| Thread | Last Post | Replies |
|
| Enter Key and OK Button in WM5... | 05 Oct 2006 21:58 GMT | 4 |
Our C++/MFC application was originally built in EVC++ 4, and deployed to PocketPC 2003 devices. Now, we build a second set of bianries using DevStudio 2005, and deploy to WM5 devices. The ENTER key used to trigger a CDialog::OnOK() call in PocketPC 2003. But
|
| creating buffers in a memory allocated void area?? | 05 Oct 2006 21:03 GMT | 2 |
I have a free memory area to which I'm having a void pointer (ptrMemory). Now I would like to split that area into some buffer arrays of different kinds like e.g. having a float pointer pointing at the first byte location in my memory area and having a WORD pointer pointing at ...
|
| Missing Toolbox | 05 Oct 2006 17:38 GMT | 1 |
My toolbox in eMbedded C++ 4.0 has gone missing and I can't figure out how to get it back. Any suggestions? Thanks!
|
| Creating button control in dialog dynamically | 05 Oct 2006 13:15 GMT | 4 |
Hi, I'm developing a Pocket PC app in C++ . How does one create a button control dynamically in a dialog form app. Do i just create a window? Do i need to register the Window class or because its hosted by a dialog i don't need
|
| How to change the backgroud color by SetClassLong in CE program? | 05 Oct 2006 03:09 GMT | 6 |
How to change the backgroud color by SetClassLong in CE program? Thank you very much for any suggestion.
|
| Code signing for Window Mobile 5 | 04 Oct 2006 21:52 GMT | 1 |
I'm using eVC4 to compile applications using the PocketPC 2003 SDK and would like to sign my applications to avoid the warning message when running on Windows Mobile 5 units. What's the best way to get the "signtool.exe" required to sign it? It
|
| CAB File and /noaskdest parameter | 04 Oct 2006 07:31 GMT | 2 |
I've created my CAB file that contains only one file (NK.BIN for my WinCE platform). The following code run cab file without prompted for the installation directory:
|
| Starting a phone call from application | 03 Oct 2006 02:35 GMT | 1 |
My application (written in evc40 and running on wm5 pocket pc phone Qteck s200) has in the customer's dialog the phone number for everyone. I want create a button on the dialog that if pressed starts a phone call to
|
| Have any replacement for CreateDibimap() and SetDibits function in | 02 Oct 2006 10:36 GMT | 1 |
I have a dib bitmap array data. I want to use SetDIbits() to create a Hbitmap and then draw it on the screen? But the function of SetDibits() is not support in EVC? Have any replacement or other way to do it? Please Help. Thanks a lot.
|
| I wanna find the substitution of IsZoomed, IsIconic in CE program | 02 Oct 2006 06:17 GMT | 1 |
I wanna find the substitution of IsZoomed, IsIconic in CE program. It is very kind of you to give me some suggestion.
|