| Thread | Last Post | Replies |
|
| /MAPINFO:LINES equivalent in VS2005? | 01 Jun 2006 18:25 GMT | 1 |
/MAPINFO:LINES is no longer supported in VS2005. How do get line information then after an exception? Thanks!
|
| Paths and files | 01 Jun 2006 17:44 GMT | 4 |
Hi, I need to store values calculated as output of hashing algorithm against each file on my PocketPC 03 device. I was thinking of using standard map container from STL with the filename as the key. Problem i have is i don't want
|
| Disable all program in Pocket PC | 01 Jun 2006 17:02 GMT | 2 |
I am now developing a program in a factory so that users should use the program during the factory. When they switch on the PDA every time, my program will be opened; however, I wonder could I disable all the program except the my program and how can I archieve it? Thank you for ...
|
| SmsOpen and SMS_E_RECEIVEHANDLEALREADYOPEN | 01 Jun 2006 08:44 GMT | 1 |
I am working on a application where in i will have to receive SMS. I have used the sms.h header and according written the following code -- SMS_HANDLE smshHandle; g_hReadEvent = CreateEvent (NULL, FALSE, FALSE, NULL);
|