I have created a sample windows service which runs fine on windows 7 32 bit machine, but the same dosen't work on a 64 bit system. I am getting error code 1053 "The service did not respont to the...
I have migrated my MFC application from Visual Studio 6 to VS2010. But the UI controls still looks the same as of old theme. How can i add the manifest file now to get the UI controls to be displayed...
Thanks Paul ! By faulty coding you mean to say that there may be the chances of invalid socket handle, invalid FD_Set struct right ??? I cannot share my code but thanks for your reply i'll check once...
In one of my application the socket function call "Select" crashes. It doesn't happen everytime. If anyone knows the reason for the "Select" function to crash.
I checked for the proper values...
I am writing an application to create a registry value under printer driver data. Basically i want to know how to create the entry using set printer data as i not able to do so. As far as i know we...
Did you even tried anything for this..... All the info is well described in your QA file.... Try to code it first... and then ask the queries for the problems you face.... :D
I tried that but doing so makes the window non-movable... i.e. i can't even drag the application window... also the System menu buttons like... "mininize, maximize and close" dosen't work when the...
I have developed an application, containing some edit boxes, check boxes, radio buttons etc to get the inputs from the user.... after selecting desired inputs and filling up the edit boxes......
strcmp (psd, "joshua") will return you "0" when both the strings are same, which is FALSE for an "if" i.e. if(0) so it will execute your "else" part. Thats why the result will be vice-versa...
I am using WriteProfileString() function call in my application... Microsoft SDK says that : The WriteProfileString function copies a string into the specified section of the Win.ini file...