| Thread | Last Post | Replies |
|
| How to distribute Compact framework | 18 Aug 2006 13:14 GMT | 4 |
I want to distribute an application in .Cab form, but I also want to distribute the .net compact framework to the pocket pc's . How to do this? I cannot find any setup/install application for this. As far i did it via the Visual Studio, but I want a downloadable file to setup and
|
| How do I control VC Controls? | 18 Aug 2006 12:44 GMT | 5 |
1. How do I make a CComboBox Visible or Invisible at runtime? // member variable m_combo1 is of type CComboBox // Using Borland C++, I would write: // m_combo1->Visible = true; (or false)
|
| Debuging Custom Control | 18 Aug 2006 09:30 GMT | 1 |
I want to debug my own custom control in design time for Pocket PC, but the Visual Studio 2005 says 'Unable to start program 'C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv.exe'. The system cannot find the file specified.
|
| VC basics | 17 Aug 2006 22:59 GMT | 9 |
How do I read/write to a Combo Box using eVC4 with Pocket PC 2003? I can't seem to find any help on this anywhere. I want to write data to the Combo Box in my Initialization code, then read back what item was selected when the Combo Box's selection changes.
|
| Execute provisioning XML file from desktop (without using rapiconf | 17 Aug 2006 21:53 GMT | 1 |
I understand that rapiconfig.exe is a desktop configuration tool that comes with the SDK and it can be used to execute provisioning XML files on the mobile phone from the desktop computer. However, I am interested in doing something very similar but without having
|
| How to find the Parent Control of a Context Menu | 17 Aug 2006 19:32 GMT | 5 |
Lets say I have a form with two text boxes txt1 and txt2. I also have a Context Menu cm1 with a single menu item mnuToUpper. I set the ContextMenu property of both text boxes to cm1. At Runtime when mnuToUpper_Click() is fired, how do I determine which text
|
| How to override the default error dialog when a file you're trying to open is not found on Windows Mobile 5.0 | 17 Aug 2006 16:52 GMT | 1 |
I have created a custom launcher application that launches another .exe file. I'm using ShellExecuteEx to open the .exe file, and I've added error checking code if the ShellExecuteEx fails for some reason, like file not found. I've also added a custom error message box that I want ...
|
| My Today screen plugin doesn't get focus or clicks | 17 Aug 2006 16:17 GMT | 2 |
I'm trying to make a new Today screen plugin work based only on a couple Web examples, and I suspect I'm missing some basic info. My Today screen plugin loads and appears - but when I dpad, focus simply moves past it. Also, it seems that I'm not registering any click events.
|
| Windows Mobile 5 documentation | 17 Aug 2006 09:59 GMT | 1 |
Hi, Is there any documentation describing the specific features in WM5 as opposed to Windows CE 5.0. I've been searching on MSDN but have only found stuff on the API. For example with WincE 5.0 there is info on how to develop a device driver, info on the features etc. Sure a lot of ...
|
| Registering an Application to a URL Protocol | 17 Aug 2006 09:39 GMT | 3 |
I have tried the following in PocketPC http://msdn.microsoft.com/workshop/networking/pluggable/overview/appendix_a.asp However, it fails to invoke my app with the predefined protocol Is it possible to reg an app to handle the new protocol?
|
| How to delete a call log entry in PPC | 17 Aug 2006 08:34 GMT | 5 |
I would like to know how to delete a call log entry in pocket pc using windows mobile 5.0 SDK. I could open database(clog.db) very easily for PPC 2003 devices using CeOpenDatabaseEx and deleted using CeDeleteRecord. But I
|
| application input argument in VB | 17 Aug 2006 08:09 GMT | 2 |
If I start my vb app like this DeviceApplication1.exe abc.txt Can I get the abc.txt as input argument and handle it in vb? Thx
|
| Wrong ellipsoid altitude value is returned from GSPID | 16 Aug 2006 20:16 GMT | 1 |
I'm developing a application for WM5 using GPSID. When I get the GPS_POSITION data from GPSGetPosition(), 'flAltitudeWRTEllipsoid' field contains wrong value. MSDN says..
|
| GPS data capture | 16 Aug 2006 20:08 GMT | 4 |
Does anyone know of a product that can just run on a PPC and log GPS data to a text file?
|
| CeGetUserNotification - who releases what? | 16 Aug 2006 18:57 GMT | 2 |
I'm trying to retrieve and process notifications using CeGetUserNotificationHandles and CeGetUserNotification. At present I'm trying to use the OpenNETCF Notify class and I'm getting errors during the execute of Dispose in some of the classes. I'm pursuing the
|