| Thread | Last Post | Replies |
|
| SDK issue.. | 01 Nov 2005 20:03 GMT | 3 |
I want to develop and app for Handheld Pocket PC; HP Jornada and its precise specification is as follows. Microsoft Pocket PC; Version 3.0.11171; (C)1996-2001 Microsoft Corporation.
|
| Probably a Pocket PC shell bug: NavBar not restored after a fullscreen app exits or dies | 01 Nov 2005 20:03 GMT | 5 |
If your application is Fullscreen e.g. if it calls: SHFullScreen(m_hWnd, SHFS_HIDESIPBUTTON|SHFS_HIDETASKBAR); then, exiting your application will leave the Pocket PC in a state where the NavBar (i.e. the Start Button) is not visible.
|
| Can I ( how do I ) do the requested PDA programming project? | 01 Nov 2005 20:03 GMT | 1 |
I have been asked to consider doing a PDA based programming project, and since this is a new area of development for me I was hoping someone could tell me if what I am being asked to do is possible etc. Over all project description:
|
| Pocket PC Software Development Documentation | 01 Nov 2005 20:03 GMT | 2 |
Can anyone give me or redirect me to a comprehensive downloadable documentation for developing software solutions for Pocket PC's using VS.NET 2005 ? Guide or Reference in PDF format would be nice :) I mention that I am a C# Developer trying to understand Mobile Applications
|
| Uninstall CAB from PocketPC | 01 Nov 2005 20:03 GMT | 1 |
I have run a CAB for a VB .NET application. It installs the app and the app runs. Now I have updated that app. I uninstalled (via Remove Program) and the original version of the app appears to have uninstalled (i.e. not available anymore through the Programs screen. I then sent a ...
|
| SmartPhone - File Explorer | 01 Nov 2005 17:32 GMT | 1 |
Is there a "File Manager" in the SmartPhone ? (like the one that the Pocket PC has) thanks, Lars
|
| VS 2003 and Windows Mobile 5.0 | 01 Nov 2005 11:15 GMT | 2 |
Hi there i have VS 2003 installed . Now i must develop for a pocket pc who has Windows Mobile 5.0 installed. Can i use VS 2003 and the Mobile 5.0 SDK or must i install Visual Studio 2005 and the Mobile 5.0 SDK ?
|
| Serial Communications and the hp2215 | 01 Nov 2005 09:50 GMT | 6 |
As a student, I am new to the world of Pocket PC development as well as embedded Windows CE development. Here is my dilemma: I have a Pocket PC which I am going to attempt to utilize as a diagnostic tool. It MUST receive RS232 (Serial) messages via the
|
| SIP Icon Not Initially Showing | 01 Nov 2005 09:13 GMT | 3 |
In my Pocket PC app I have the main form come up and then on top of that I display a smaller form, designed to resemble a dialog box. But when this 2nd form appears, the small SIP icon in the lower right does not display. What's the best approach to refresh/redraw the screen? ...
|
| Mobile Equivalent of Enum.Parse? | 01 Nov 2005 07:48 GMT | 2 |
In my WinForms app I'm loading a value from an XML file and converting it to an Enum type I have called "ProductID". Here's the line of code I've used to accomplish that: SysInfo.Data.Admin.ProductID = (DataObjects.Constants.ProductID)
|