| Thread | Last Post | Replies |
|
| Cannot show control inside Group box in eVC++ 3?Thanks | 07 Mar 2005 13:32 GMT | 2 |
I put 2 checkbox inside a Group box, but when i put the program in the real PPC, the checkboxs didn't appear. I have sure the visible property of them are true. Anyone knows why? Thanks
|
| ComboBox Dropdown Height | 07 Mar 2005 10:49 GMT | 2 |
now that I got to know C++ a lot better because I need it at work, I started again to write a program for my PDA. Though I sometimes need an entire evening to figure out how to do just one little thing, I am making progress each day.
|
| SetTimer() Mystery ??? | 07 Mar 2005 10:29 GMT | 3 |
I passed hours on trying to have SetTimer working... But nothing works ! a) Solution 1, not working : case WM_CREATE: if (SetTimer(hWnd, // handle to main window
|
| CryptoAPI | 07 Mar 2005 07:13 GMT | 1 |
hi i'm encountering a problem about MACTripleDES in EVC++ 4.0. below are my steps 1. CryptDeriveKey a calg_3des_112 key - success 2. CryptCreateHash a calg_MAC, using the key above - success
|
| A simple way to write a line of string into a text file, thanks | 06 Mar 2005 02:05 GMT | 6 |
i would like to open a text file (A.txt), then do something like Java as WriteLine("ABC"); everytime i run WriteLine method, will add the text to the next new line of the text file?
|
| How to convert from CString to char array in WinCE?Thanks | 05 Mar 2005 15:56 GMT | 2 |
I found that i cannot copy CString to char array correctly. CString strTest("Hello World"); char szBuffer[256]; sprintf(szBuffer, "String: %s", strTest);
|
| query on pocket pc emulator and device | 05 Mar 2005 14:51 GMT | 2 |
Sir, i am developing my application on pocket pc device but i was using emulator 2003.today when i loaded my release exe on to my pocket pc device and tried to execute it it showed me "out of memeory". but same aplication is running
|
| Exceptions, __try -> try | 05 Mar 2005 06:07 GMT | 9 |
I am reading binary data into a CString which (when file structure changes) can cause a CString exception. I have been successfully catching such errors using: __try {
|
| CE Platform SDK | 04 Mar 2005 15:19 GMT | 1 |
I had the v3 of eVC Embedded Visual Tools, then I had installed the V4 of eVC++. When I try tu use it, I have a message saying that I haven't any CE Platform SDK installed. Where I can found it ?
|
| Disable WiFi | 04 Mar 2005 15:18 GMT | 1 |
I need to permanent disable the WIFI on a CE Second Edition Is this possible and does anyone know how to do this. Thxz Ed
|
| CE Platform Sdk | 04 Mar 2005 12:45 GMT | 1 |
I had installed eVC++ V4, and when I try to use it, I have a message saying that I haven't installed any CE PLATFORM SDK. Where I can found it ? Thanks in advance.
|
| GUI thread vs. program thread | 03 Mar 2005 23:29 GMT | 8 |
Does WinCE have a "GUI thread" which is different from an app/worker thread where the code runs from? Another developer and I have a disagreement about CE threads. I tell him that there's only 1 thread. He tells me that there are 2.
|
| How to tell PPC that my network card connects to Internet??? | 03 Mar 2005 21:31 GMT | 2 |
How to tell to PPC that my network card connects to The Internet, instead of to Work. I know how to do this through user interface, but I need to do this PROGRAMATICALLY.
|
| Windows Desktop Screen | 03 Mar 2005 21:00 GMT | 6 |
I have developed an app on a CEPC device that is automatically launched once Windows CE has started. The question I have is that is it possible to go straight from ROM DOS messages to my app w/o showing the Windows desktop? Is there a registry setting I can modify to do that?
|
| Memory Allocation Problem | 03 Mar 2005 18:06 GMT | 8 |
I am having a problem allocating memory when using LocalAlloc() and LocalReAlloc(). I am a newbie at this so I am hoping someone can help me understand why this short example fails. I am using
|