| Thread | Last Post | Replies |
|
| Database applications in EVC 4 | 31 Oct 2005 14:33 GMT | 2 |
I am trying to get informed about how to provide database access to an old application that we are trying to get back up again. However, the more I read the more confused I get. The application is written in C using EVC 4.0. We need to simply open a cdb
|
| Timer independent of window class | 31 Oct 2005 01:09 GMT | 2 |
I want to create my own class , each object of this class will have it's own timer setting values . How can i do it ,because when i see the declaration of timer related functions it need handle to window . I want to connect it to class function not necessarely derived from ...
|
| Adding message to inbox with MAPI | 29 Oct 2005 12:18 GMT | 1 |
Hi, I am trying to add a new message to the INBOX using the MAPI interface. Currently I am able to open the message store, then INBOX folder and read current messages without any problem. If I then try to add a message, it
|
| Closing Bluetooth connection... | 28 Oct 2005 20:15 GMT | 2 |
I'm using RegisterDevice and CreateFile to open a virtual com port to a Bluetooth device. My problem is that when I try to connect to some other Bluetooth device with a different address, it will connect to the first device. Even if I exit my program, turn off Bluetooth, and ...
|
| ExitWindows[Ex] equivalent | 28 Oct 2005 17:11 GMT | 2 |
Is there an equivalent to ExitWindows() or ExitWindowsEx() under CE4.2? Uli
|
| need to getPPC out of sleep mode at set intervals | 27 Oct 2005 05:56 GMT | 1 |
I built an application which runs continously but only does any real work evry 30 minutes or so. It uses a timer callback function to accomplish this. My problem is that if I configure the PPC to never turn off, the battery drains in 4 hours which is not acceptable to the
|
| PostKeybdMessage simulate same input twice | 26 Oct 2005 17:22 GMT | 3 |
I stuck on a problem with the API function PostKeybdMessage. If I Post twice (..or more) the same character the system posts only one of them. If I debug the application and go step by step everything works fine. So I think there is some time critical trigger in my target
|
| eVC Strings Editor Alternative? | 26 Oct 2005 15:41 GMT | 6 |
Does anyone have some tips on an alternative to the eVC strings editor? It's a really terrible, cheap hack and I don't like using it. I know that's pretty negative, but after trying to use it for a while I just don't have a single nice thing to say about it. ;-)
|
| accessing SPI bus | 26 Oct 2005 14:56 GMT | 1 |
is there any chance to access devices attached directly to the SPI bus of processor? I'd like to communicate with my device via XScale system bus and I am not sure
|
| VOIP | 25 Oct 2005 20:19 GMT | 2 |
I'm trying to create a VOIP application that is different from the norm. I want to transmit voice from one device to another, where I know before hand the IP address of each device, these devices will just pass on the voice stream to dual ported memory where some other device ...
|
| Serial Port Comms | 25 Oct 2005 19:11 GMT | 2 |
I have developed a PocketPC application which has to copy a file via a serial port. I am using hyperterminal to monitor what is being reveived at the other end of the serial port. But the data comes out corrupted while it should be a
|
| Bitmap button | 25 Oct 2005 15:31 GMT | 1 |
I have several buttons on a dialog resource which I would like to display a bitmap. When I create a control variable in ClassWizard the only option is the CButton class. Is CBitmapButton supported in EVC++ 4.0 w/SP4. I'm using WinCE 5.0. If it is supported, any example code on
|
| Question about SetViewportOrg method | 25 Oct 2005 12:10 GMT | 3 |
Is there an equivalent method for change the orign in MFC for Windows CE ? Thanks in advance Stefano Magni
|
| Help me!!Hhow to create a transparent window in wince? | 25 Oct 2005 00:58 GMT | 3 |
I am a beginner of windows programming. I want to create a transparent window in wince. Hope for your help.Thanks a lot in advance!!!!!
|
| XML Hell!! | 25 Oct 2005 00:58 GMT | 12 |
I have been loking around MSDN for days now and cannot find any samples/examples that are remottely readable/useful so here I came here. This is what I have now: I have a program that polls a serial por connectioin for data. Currently,
|