| Thread | Last Post | Replies |
|
| help on help | 31 Dec 2004 21:13 GMT | 5 |
I want to make sure that peghelp.exe is not running when I start my application. How do I find out if it is and then destroy the process? I'm using this to find out if it exists : HWND Help = ::FindWindow(_T("Help"), _T(""));
|
| How do I prevent system suspend before CF wireless lan is ready. | 31 Dec 2004 17:33 GMT | 1 |
The CF device bahavior is driver will be unloaded and load again after system resume. My platform has a built-in CF wirelsss lan card. I find if I suspend system right after resume, sometimes CF wireless lan cannot work properly after system resume again. I guess that is ...
|
| Storage Card | 31 Dec 2004 15:13 GMT | 3 |
How to get the Serial Number of the SD Card from evc++ i tried this API with out success GetFileInformationByHandle( &sdno.dwVolumeSerialNumber
|
| Slow debugee starting.. | 31 Dec 2004 13:16 GMT | 2 |
I found many questions on this problem, but no answers. I have a problem when I want to debug application no matter on eVC 4.0 or 3.0. It always takes minutes (or even hours) to start. Today I left my eVC 4.0 alone after pressing F5, after long time when I came home it actually ...
|
| API working? | 31 Dec 2004 12:34 GMT | 10 |
waveOutSetPlaybackRate(); sample codes for this ???
|
| Today screen plugin not displaying correctly on 2003 SE VGA Device | 31 Dec 2004 03:06 GMT | 7 |
I have a today screen plugin running on a 2003 SE VGA device (480x640 mode), and it seems that only the left half of the window (specifically the first 310 pixels) are draw properly. The background to the right half of the item window is not drawn. I believe I'm handling the ...
|
| Automatically load an application in Windows Mobile 2003/Pocket PC | 31 Dec 2004 01:19 GMT | 3 |
We have a Unix application that we want our end users to access using a Symbol mobile computer/handheld device (I'm not sure which specific product) that runs Windows Mobile 2003 /Pocket PC 2003, with an emulation software that can connect to our Unix machine. Is there a way for ...
|
| windows2000 and Platform SDK | 30 Dec 2004 23:39 GMT | 2 |
Meitinger tell me I need the Platform SDK anyway,and give the following URL to download it: http://www.microsoft.com/msdownload/platformsdk/sdkupdate/ It's pity I use win2000 server as my PC OS.
|
| Linker error building DLL with old time(),ctime(), difftime() functions - ideas? | 30 Dec 2004 23:18 GMT | 1 |
Hello PocketPC developer folks.. I am working in EVC v4.2 with the PocketPC 2003 SDK (Armv4Dbg) target. I am converting a static C and C++ library to a DLL. I've referenced all the usual
|
| eVB Problem | 30 Dec 2004 23:14 GMT | 7 |
Hi; I'm trying to learn PPC programming using eVB. I've downloaded/installed the eVB package from MS. The problem I'm finding is when I try using ANY of the components using
|
| Database Properties | 30 Dec 2004 22:56 GMT | 1 |
I´m using CeReadRecordPropsEx to retrieve some information about a special database item. The used return value is a CEPROPVAL struct. It works fine and the function returns probably all existing values for that item.
|
| Emulator Crash | 30 Dec 2004 22:52 GMT | 3 |
Recently I ran into a problem (a crash) that has everything to do with Pocket PC 3.0 Emulator (comes with Pocket PC 3.0 SDK). I have been working on developing applications (MFC - EVC 3.0) for windows CE and Pocket PC for 4 years now. Everything was going fine until I started
|
| msdxm.dll to play MP3 files | 30 Dec 2004 22:41 GMT | 1 |
I have a quick question. I am trying to write an MP3/WMA audio player for windows CE. I know the windows media player 9 tech preview 2 includes msdxm.dll. How can I use EVC++ to access the methods of this library? Does it include capabilities to
|
| Launch Help File | 30 Dec 2004 22:07 GMT | 5 |
Can anyone provide a code snippet for launching an HTML help file from a menu item in VB.NET/PPC 2003/.NET CF? Or, better yet (teaching me to fish for myself) can s/o link to a good article on PPC help in general? I see that there's a bunch of help files in the \Windows folder on ...
|
| Windows Media Player SDK version 10 | 30 Dec 2004 21:55 GMT | 7 |
Is there an SDK for Media Player version 10 available for Pocket PC similar to the Pocket PC Media Player version 9? I need to be able to implement the Mediabookmark example to work using Media Player version 10. Thanks in advance
|