| Thread | Last Post | Replies |
|
| wceload dwThreadID vs dwProcessId | 20 Sep 2006 07:19 GMT | 1 |
I have the following scenario where the dwThreadId of PROCESS_INFORMATION does not match the corresponding dwProcessId. This is what I do. Code:
|
| Disabling ActiveSync | 20 Sep 2006 06:35 GMT | 3 |
In a PocketPC application I'm developing, I need full control over the serial port. Now it seems that ActiveSync is always listening and sometimes interfering on the serial port, despite the fact that I have set it to use "USB" for synchronisation.
|
| CeBeginTransaction question | 19 Sep 2006 21:40 GMT | 2 |
CeBeginTransaction is documented as taking an "isolevel" parameter with one of the following three values; CEDB_ISOLEVEL_READCOMMITTED, CEDB_ISOLEVEL_REPEATABLEREAD and CEDB_ISOLEVEL_SERIALIZABLE. Unfortunately, it doesn't describe what these levels actually mean. I've searched ...
|
| When are Forms is Fully Drawn? | 19 Sep 2006 20:37 GMT | 1 |
Is there any way to know when a Form is fully loaded and drawn? At first I thought that at the end of the Load Form event, all controls were rendered to the display. I found this to be not true. Is there a way for me to determine when its
|
| Database from Ascii File and Dataset VB.net with SDK | 19 Sep 2006 20:27 GMT | 1 |
Hello NG, sorry for my bad english, but i try to do my best. I use VS 2003 --> vb.net with sdk I'm a beginner to develope programms for mobile devices.
|
| Intercepting Range of Menu Commands | 19 Sep 2006 20:27 GMT | 6 |
I have a dialog box with a menu that I dynamically add Menu items to the menu. I also assign consecutive commands to this menu list. However, I'm not sure how to intercept menu user events in single function with the command id passed as parameter. I can not use ON_COMMAND since ...
|
| VS2005 Designer Question | 19 Sep 2006 20:05 GMT | 2 |
Is there a way to only pull in a reference to the CoreDll.dll (I need it in my user control) only when the code is executing on a device. Referencing the CoreDll.dll causes the designer to not draw the control correctly (it doesn't know Core.dll so you get a gray square with the ...
|
| how to encapsulate callback function in a C++ class | 19 Sep 2006 19:26 GMT | 1 |
How can I encapsulate a callback function in a C++ class: // customised telephony class class CTelMan {
|
| automatic cab silent installation | 19 Sep 2006 17:42 GMT | 3 |
Hi, I'm trying to install some cab files from a SD card, I would like the installation silent. If I use the command: SHELLEXECUTEINFO sei;
|
| .NET Compact Framework 3.0? | 19 Sep 2006 17:40 GMT | 1 |
I've been reading about .NET 3.0 coming out with Vista. Does anyone know if there will be a .NET Compact Framework 3.0? (Obviously nothing to do with Vista -- just wondering if they're going to keep the versions the same, hence prompting a new version for CF.)
|
| How to deploy .net compact framework 2.0 with WM5 App in one cab file? | 19 Sep 2006 16:25 GMT | 5 |
A problem occurs when I wan't to deploy a WM5 App which with requiremetont of .net compact framework 2.0 is installed on the target device. Since the cab files of ,net compact framework 2.0 contains several
|
| Autostart on WindowsCE from a SD | 19 Sep 2006 16:18 GMT | 3 |
I've got a small problem on the programming of a PDA, a Q-tek s-200: I have developed a small autostart application in C++ that should run whenever a SD card is inserted into the PDA.
|
| Pocket PC outbound queue(MSMQ) | 19 Sep 2006 15:16 GMT | 1 |
Hi , I have an Application on PocketPC device which sends mesages to a server via wireless network using MSMQ 3.0. When the network is unavailable the messages go to an outbound local queue for sending upon resumed connectivity. Getting a count from the outbound queue has ...
|
| Pocket PC Help | 19 Sep 2006 14:56 GMT | 3 |
I understand that Pocket PC Help supports .gif files, but I can only get it to recognize .bmp or .2bp extensions. If I use the .gif file, when Help opens the .htm file it dispalys an error message and doesn' show the picture. Is .gif really supported? Thanks.
|
| automated installation | 19 Sep 2006 11:27 GMT | 1 |
Hello NG, i'm actually facing a big problem because i have to create a self-installing cab file (or whatever file is possile) that automatically installs itself when it is copied to the pocket pc.
|