| Thread | Last Post | Replies |
|
| dedfault ras provider | 05 Apr 2005 14:13 GMT | 1 |
is there any way to get the name of the default ras provider? With RasEnumEntries I can get a list of all providers that I can use with RasDial. But I can't see wich of them is the default provider (the provider
|
| Problem with SHCreateShortcut | 04 Apr 2005 17:19 GMT | 1 |
I've got a problem withe the SHCreateShortcut function. I use it like this : SHCreateShortcut( _T("\\Windows\\Menu Démarrer\\Programmes\\myprog.lnk") ,_T("\\Program Files\\myprog.exe"));
|
| a setcommstate problem, please help | 04 Apr 2005 07:27 GMT | 2 |
I have a board with eMbedded Win CE 4.2. I write in eMbedded VC++ 4.0. When the system starts it prints some information on serial port with baudrate=38400. I need to send some data with rate 9600. I've tried to use SetCommState function - I've filled DCB and when I use ...
|
| Internet connection via ActiveSync | 03 Apr 2005 15:05 GMT | 1 |
I have connected my PDA (hp4700) to Internet via ActiveSync. IE can browse sites, it's ok. But when I try to use InternetOpenUrl(...) from my program - it fails. How can I use internet via ASync from my program? Are there any samples?
|
| Software keyboard | 01 Apr 2005 22:25 GMT | 2 |
I´m new with Microsoft eMbedded Visual C++. I need to create custom software keyboard for my Windows CE device. Could anyone tell me what is the easiest way to start developing a custom keyboard? Where could I find samples ect. ? Thanks!
|
| WH_KEYBOARD_LL not capture all key events | 01 Apr 2005 10:28 GMT | 3 |
WH_KEYBOARD_LL not capture all key events I have a problem. I'm using a WH_KEYBOARD_LL hook in order to capture all system keyboard events. I create the hook without problems, but when I want to delete it, the
|