Software Development Network Logo
  • Windows Vista
  • Windows Forms
  • Visual Basic
  • SQL Server
  • Visual FoxPro
  • .NET Development
  • Smart Devicet
  • Visual C++
  • IE Development
  • Game Technologies
  • SharePoint Products
  • Microsoft ISV
  • Audio and Video
  • Visual Studio
  • Visual C#

Software Development Network >> bilo_krewol's Q&A profile

bilo_krewol

Member List

ROBSR
Nagu
ti_m
Norbifier
NetDragonKing
A. Weisberg
Aaron Smith
Jonas1980
Bruce M
John Mathews
kuntushi
Project Glitch
Bijay Mandal
Redscope
Mitch5713
Joao Gomes
abc_acb
Leonardo K
Ben Vanik
Bruno J.C. Nunes
Only Title

bilo_krewol's Q&A profile

  • Visual C++ A Question about Timers in VC++

    Hello What`s Wrong with this codes void CTimersDlg::OnTimer(UINT_PTR nIDEvent) { // TODO: Add your message handler code here and/or call default CTime curTime=CTime::GetCurrentTime(); // Which timer triggered this event switch (nIDEvent) { // The clock timer case ID_CLOCK_TIMER: // Display the current time m_sTime = curTime.Format( "%H:%M:%S" ); break ; // The count timer case ID_COUNT_TIMER: // Increment the count m_iCount++; // Format and display the count m_sCount.Format( "%d" , m_iCount); break ; } // Update the dialog UpdateData(FALSE); CDialog::OnTimer(nIDEvent); } I have these error messages: d:\documents ...Show All

  • Visual Studio Team System My own "Hello world" sampling profile isn't working

    Windows XP, logged in as admin, Visual Studio 2005 Team suite Version 8.0.50727.42. Dual core duo. I'm more of a Java person, so I may be missing something obvious. My question is what should I do to get sampling to work I created a win32 console application that calculates Fibonacci numbers recursively, and added a profiler for it. If I set my mode to "instrumentation" and click the green 'launch' button, I get the following output from the console: ============== c:\documents and settings\USERNAME\my documents\visual studio 2005\projects\testprofiler\debug\TestProfiler.exe Profiler started Instrumenting c:\documents and settings\USERNAME\my documents\visual studio 2005\projects\testprofiler\debug\TestProfiler.exe in place Micr ...Show All

  • Internet Explorer Development New Snip IT Context Menu Extension from MS - Undocumented Installer Feature

    Hi all, Just downloaded and installed the new Snip IT context menu extension from http://go.microsoft.com/ linkid=6168206 Unfortunately there appears to be an unwelcome feature in the installer. User preferences for the install directory are not reflected in the registry entries for the script source location folder. Test Plan. Download and run SnipIT.msi from the above download page. When prompted to choose the installation folder, choose a location on your computer other than the default (C:\SnipIT\SnipIT\). I choose d:\snipit Continue and complete the intallation. Open regedit and inspect the values for each of the IE Context menu created under the key HKCU\Software\Microsoft\Internet Explorer\MenuExt\ H ...Show All

  • SQL Server Merge replication 32-bit IIS - 64-bit SQL Server 2005 -Windows Mobile 5 device

    We have setup a 32-bit IIS server on a 32-bit machine. Installed necessary SQL Server components (32-bit replication components). We have installed SQL Server 2005 64-bit SP1 with latest hotfixes on a 64-bit machine. On the Mobile device we installed SQL Server 2005 Mobile. When we start mergereplication the problem we have is error 28009 (An instance of the SQL Server Reconciler cannot be created) on the mobile device. I read allot about it, but still have a questetion. Should this work I found the doc: SQL Server 2005 Upgrade Technical Resource Guide: Note: If your upgrade involves SQL Server CE subscribers, you must perform additional actions on the IIS server. You will need to install SQL Server 2005 client connectivity ...Show All

  • Visual Studio Team System TFS SP1 ?

    I haved googled...(mmm queried from google), http://blogs.msdn.com/bharry/archive/2006/06/15/632236.aspx seems TFS SP1 is on the way. Will SP1 support hierarchical relationships between workitems The integration between Project and TFS is not good enough now, will SP1 impove it ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=473942&SiteID=1 " We're adding support for hierarchical relationships and the ability to preserve the tree structure created in project, in a future version. " ) Thanks. Hi all, Does anyone know when SP1 is due to be released Kind regards, Ferdinand Kuiper ...Show All

  • Windows Live Developer Forums VE Map is not show up in Firefox

    Hi , I am currently working on a web site which using virtual earth to show the location map for user, I am using .net 2.0 web application project, CSS control adapters, ASP net AJAX and master page, The problem I have is  first the style sheet is not display properly. you can see at beginning of the page load, all the left hand side menu display correctly, after loading the VE map, all the menu shift to left hand side. second, the below page http://www.talman.com.au/AusMenus/ClientInfoUpdate.aspx can display properly in IE not in firefox, Can any one help me please     ...Show All

  • SQL Server Reporting Services

    Dear All, Developed a report using Reporting services (2005)integrating Chart FX .The report is built successfully but raises an error on deployment. Error: Could not connect to the report server. To resolve the error in the properties of the project i had given the target server url= Http://localhost/webfoldername (installed webservices on the local server) but still i am getting the same error. How to resolve the error. Regards Mohd Sufian Dear AIMDBA, First go to the properties of the project. Provide the URLSource as HTTP://Computername having the webservices installed/webfolder/ Run the report . Now connect to the Management studion and connect to SSIS. Import the report u developed r ...Show All

  • Visual Studio Express Editions Change dateformat to "dd-MMM-yy" in monthcalender control

    Hi. The monthcalender control shows date in M/d/y format 01/08/06----Jan / 08 / 06 i dont see any custom format in the properties so where do i use"dd-MMM-yy" (08-Jan-06) to change the date format in the monthcalender control Thanks all Hey.. got it working Private Sub MonthCalendar1_DateChanged( ByVal sender As System.Object, ByVal e As System.Windows.Forms.DateRangeEventArgs) Handles MonthCalendar1.DateChanged MessageBox.Show(e.Start.Date.ToString( "dd-MMM-yy" )) End Sub ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA Beta 2 announced (date 'in a couple of weeks')

    http://blogs.msdn.com/xna/archive/2006/10/23/announcing-xna-game-studio-express-beta-2.aspx (apparantly this counts as a duplicate post even though its in a different forum so this text is to make it different) Its can't - there is no D3DX on the xbox! However this of course only applies at runtime. We know that .x and .fx files are processed at compile time into something else by the content pipeline so I'm not 100% sure that d3dx isn't needed at this point. Even if it is though it just needs the correct side by side version which will be included with the setup. ...Show All

  • Visual C++ please help

    Good day every one I am a new member in this forum and I am also a new programmer. I have been studying C++ language for one semester and I am looking to be a good programmer one day. I have a question... I know how to deal with files that is ( .dat ) and ( .txt ) but I would like to know how to deal with excel files "spreadsheet " . I want to take the input from the spreadsheet and produce the output to the spreadsheet. I asked my instructer about this and she asked me to search and she said if Ifind the solution I will get a bonus mark. I searched the web but I could not find a helpful answer since I found in every answer that I should know Visual Basic but I do not know how to use it... So can u help . Forgive me f ...Show All

  • Visual Studio Express Editions Help needed: TCP /IP client-server skeleton

    Hi, I need to write a very simple client/server TCP/IP app in VC express. I thought it to be very easy, but it's not at least for me. (not programmin in C++ since 1999 !!) Can anybody give me a simple skeleton code to do this or a link to an example Thank u . Dario Dalla Libera dariodario wrote: Thanks Martin, but this is using MFC and i understand MFC is not supported by Visual C++ express edition. I tried to build it but gives me toons of errors Dario Upps. Sorry! ...Show All

  • Windows Forms SpinEdit. before decimal value i need to display zeros, how?

    In spinedit for i need to display zeros, for exaple i have  044 but aftre increment or decrement it converts to 45 or 43. But I need 045 or 043 after increment or decrement How do this ...Show All

  • .NET Development Save as Unicode

    How can I fetch text using WebClient and save it in a file as Unicode or to be precise as Windows-1255 pagecode I have already set WebClient object's Encoding Property to Encoding.GetEncoding("Windows-1255"), but still its not solving the problem. Any better ideas Regards, Suman The Encoding property is only used when using the WebClient.DownloadString[Async] method (or the WebClient.UploadString[Async]; but you only mentioned downloading...) Are using DownloadString/DownloadStringAsync to download data as a string and you're finding it's not decoded properly ...Show All

  • Windows Forms Button Image Transparent Background

    I am adding a .bmp image to a button. The background of the image is transparent. However, on the button it is displayed with a white background. I tried saving the same image as a .gif graphic and I had the same issue. How can I get the image to be displayed with the transparent background Thanks in Advance. You can do it at run-time with the button's Paint event. Given a bitmap resource named "test" with a white background: private void button1_Paint(object sender, PaintEventArgs e) { Bitmap bmp = Properties.Resources.test; bmp.MakeTransparent(Color.White); int x = (button1.Width - bmp.Width) / 2; int y = (button1.Height - bmp.Height) / 2; e.Graphics.DrawImage(bmp ...Show All

  • Visual C# Question regarding used of delegates

    Can anyone plz tell when we should use delegate in dot net application. Another question of my is through property set or get method what quality of Object oriented we get i mean Data Abstration or Encapsulation. Thanx in advance I don't know what you mean by quality of OOPs, but it achieves the same things as get/set methods in a C++ or Java program. Though, in my opinion, the syntax for properties is more expressive. Additionally, it clearly delineates what an object's properties are, whereas this isn't so clear in a Java class. This helps when making tools that use reflection to manipulate an object at design time. ...Show All

©2008 Software Development Network