| Thread | Last Post | Replies |
|
| How to get the commandbar window handle ? | 09 Jun 2005 07:00 GMT | 1 |
How could I get the window handle for the commandbar having the main wnd handle of an application? I have tried to iterate through the windows using GetWindow(explorer,GW_CHILD) and GetWindow(explorer,GW_HWNDNEXT) to find the
|
| Button background color | 09 Jun 2005 06:51 GMT | 6 |
I have an embedded Visual C++ 4.0 MFC application in which there are three owner-drawn buttons in a dialog. I have drawn an icon on each of the buttons in DrawItem function. The problem is that the background of these buttons appears in a grey color and I want it to be white ...
|
| How to intercept messages in two differet processes? | 09 Jun 2005 03:44 GMT | 6 |
I have a problem to handle the messages (keyboard or mouse) in two different processes simultaneously. Have any method to accomplish this target ? Thanks,
|
| serial comms trouble | 08 Jun 2005 22:10 GMT | 17 |
I'm useing CF card that uses serial IO to control the device. So I use CreateFile, ReadFile, WriteFile tec. I've got three questions: 1. On one Ipaq (hp2200 running win ce 4.2) it appears that after about 1.5 minutes the device looses power. This doesnt seem to happen on my ...
|
| Library for time.h Functions | 08 Jun 2005 16:30 GMT | 1 |
Which Library do I have to link to to get these Functions. At the same time I would like to know about the other Standard C functions.
 Signature All the best,
|
| Interesting pointer problem. | 08 Jun 2005 14:18 GMT | 10 |
OK here it is :) char* A = new char[20]; char* B = A; char* A = new char[30];
|
| using C# dll in EVC++ app | 08 Jun 2005 12:35 GMT | 2 |
Can we call C# dll function from EVC,is it possible to load C# dll in EVC++? If any body has done any thing on this issue,please let me if it is at all possible or not and if so,how?
|
| Detect Keyboard Presence | 08 Jun 2005 11:00 GMT | 1 |
I have a WinCE image with the keyboard driver included. In my application I need to know if the keyboard is connected. In the registry there are informations about the keyboard driver, but nothing about the keyboard presence.
|
| CHM help file support ? | 08 Jun 2005 09:46 GMT | 4 |
Is it correct that .CHM (compiled help) is not supported under CE ? If so, can anyone recommend any other solution ? We could use plain HTML, this would however take too much diskspace (it seems file compression is only available when building the kernel).
|
| Get numpad keycode | 08 Jun 2005 08:45 GMT | 1 |
I successfully get return event on keydown overriding PreTranslateMessage in my application..but now i have a huge problem... i have a usb numpad attached at my pda (eten) and for some strange
|
| Command bar - refresh / repaint | 07 Jun 2005 21:23 GMT | 2 |
I am having an issue in repainting or refreshing the commandbar. My dvpt env is evc4. In my app, i need to paint some images onto the screen and then after some event, lets say buttonclick event, I need to repaint the main window rectangle. Something like a screensaver but not ...
|
| DB_CLICK | 07 Jun 2005 19:02 GMT | 1 |
Is possible to disable DB_CLICK in the platform wince?????? Thanks...... Miky
|
| bitblt painting..artifacts.. | 07 Jun 2005 16:17 GMT | 2 |
I am using BitBlt to paint an image captured from the phone's camera ("capture mode"), onto the screen. Damn camera sdk provider has no docs for the apis and whatever apis I have for the "preview mode" of the camera, dont allow me to paint the image to a selected area of the ...
|
| how to display RTF text in window | 07 Jun 2005 14:45 GMT | 3 |
I need to read an rtf file in an emulator and i have to display the content in the view (not in the rich edit control),I am trying to do this using eVC 4.0. Please suggest me some way to achieve this. Thanks in advance.
|
| can MFCCE300.dll be used in Wince.net 4.1 device? | 07 Jun 2005 04:08 GMT | 2 |
I am developing a software on a machine based on windows ce .net 4.1, but a device driver from third part need MFCCE300.dll. Can I copy the MFCCE300.dll directly to the machine? thx
|