| Thread | Last Post | Replies |
|
| Restarting the device after installation (or force reboot by code) | 29 Sep 2006 20:21 GMT | 3 |
I have a custom cab installing my applications. Once the installation is completed, I would like the device to reboot. Is it possible to force a reboot in a custom cab installation package? What is the .inf entry to add? or
|
| How to determine interactive vs scheduled application launch? | 29 Sep 2006 16:15 GMT | 7 |
I have a SmartPhone app which runs in two contexts; 1 - automatically at a scheduled time, and 2 - launched interactively by the user. I need to be able to tell the difference between these two contexts. One idea I have is to run the application with a command line parameter in
|
| bluetooth stack | 29 Sep 2006 09:07 GMT | 2 |
i tried to determine the device is having microsoft stack using BthGetHardwareStatus but when building the project it is giving fatal error LNK1181: cannot open input file 'Btdrt.lib'
|
| Shutdown Notification? | 28 Sep 2006 22:40 GMT | 3 |
Is there a way to determine (notification/ windows message...) when the device is being shut down due to user shuting device off or battery at a low enough condition that Windows Mobile shuts the device down? Thanks,
|
| Shortcut not showing up in CAB file or after install. | 28 Sep 2006 17:51 GMT | 1 |
I have created a CAB file with everything needed for my app to be installed on a SmartPhone, including a shortcut to the EXE file on the device. The shortcut points to the Primary Output from the project solution. After I build the CAB file, the INF file shows the shortcut in the ...
|
| AT commands | 27 Sep 2006 11:27 GMT | 1 |
Can I communicate with the underlaying GSM module through AT commands directly? Thanks, Jan
|
| how the get Battery Low notification? | 27 Sep 2006 02:38 GMT | 2 |
how to detect the battery low state, or how to get the remaining power? Can register an event to bind this?
|
| Do binaries in ROM need to be signed as well? | 26 Sep 2006 21:37 GMT | 1 |
Do binaries in ROM need to be signed as well or are they trusted by default? Otherwise, which certificates are the basic CE components (the components most WM SP/PPC are delivered with) normally signed with if? Microsoft Root Authority?
|
| Message to all managed Windows Mobile 5 developers... | 26 Sep 2006 20:51 GMT | 2 |
As a Windows developer it's safe to assume at some point you made a decision to go down the Microsoft path. Sure, in college you had to work with non-Microsoft technology but you bet on Microsoft because you rationalized Microsoft's dominance on the consumer desktop and the
|
| Device-to-device bluetooth. | 26 Sep 2006 17:22 GMT | 6 |
Is it possible to code data transfer between two handsets using bluetooth.... Could you test something like this using a SmartPhone emulator on a PC and an real handset?
|
| VB.NET - Loading a file - WM5 | 26 Sep 2006 11:58 GMT | 2 |
Pretty basic question for you... My application has a directory in the same folder... application.exe skins\skin1\skinfile.xml
|
| WM_IME_SETCONTEXT and WM_IME_NOTIFY | 26 Sep 2006 07:15 GMT | 1 |
For WM_IME_SETCONTEXT, MSDN says:
> This message is sent to an application when a window of the application is > activated. [...]
|
| How to enter digits in TextBox of Smartphone Emulator? | 26 Sep 2006 07:04 GMT | 2 |
Hello. In Visual Studio 2005, I have created project Visual Basic, Smart Device, Smartphone 2003. On Form1 has placed TextBox1. However in Start of Smartphone 2003 SE Emulator, at attempt to enter from the keyboard of the
|
| Failed to makeimg | 26 Sep 2006 03:48 GMT | 1 |
Recently I'm trying to build an runtime image for device emulator (smartphone) with Windows Mobile 5.0 Crossbow AK build 15268. I've made a successful build (retail version, english only). But when I tried to add another language support (CHT) by the aid of *New Build Window ...
|
| CabWizSP.exe not shipped with SmartPhone SDK as stated. | 25 Sep 2006 13:26 GMT | 4 |
According to MSDN, you should use CabWiz.exe for Win Mobile 5 platforms to build your CAB files with and CabWizSP.exe to build CAB files for SmartPhones. Also, in MSDN, it states that CabWizSP is located in the \Tools\ folder of the SmartPhone SDK. Nope! I did a search on my ...
|