| Thread | Last Post | Replies |
|
| Pocket IE JScript | 28 Feb 2006 23:42 GMT | 1 |
After browsing MSDN a lot I am still unable to answer 2 questions: 1. Which version is my Pocket IE ? My Windows Mobile version is 5.1.1702 (Build 14366.1.0.1) 2. Where can I find a JScript documentation matching this particular
|
| why HP6515 searching GPS devices failed? | 28 Feb 2006 18:36 GMT | 3 |
Using the code as following: WSAQUERYSET wsaq; ZeroMemory(&wsaq, sizeof(wsaq)); wsaq.dwSize = sizeof(wsaq);
|
| Platform for developing pocket pc apps - newbie to pocket PC devel | 28 Feb 2006 16:04 GMT | 2 |
I've just started looking into how to develop apps for the pocket pc. A bit confused as to what I can use. I see Microsoft has an eMbedded Visual C++ 4.0 download (eVC4.exe so I downloaded it.
|
| WM 5.0 - installing two cab files - not requiring the user to click on the OK button | 28 Feb 2006 15:56 GMT | 2 |
I have an InstallShield installer that sends two cab files to the WM 5.0 device to be installed. The problem is that if the user does not click on the on-device OK button after the first CAB file successfully installs then the second
|
| lineGetOperatorStatus() hangs the system | 28 Feb 2006 15:32 GMT | 3 |
I am developing an application for pocket PC. In my application I have created a secondary thread in which I am calling lineGetOperator() TAPI function to get list of operators in my area. However I have noticed one thing that although I am calling this API in secondary thread, ...
|
| Porting application to Windows Mobile 2005 | 28 Feb 2006 13:00 GMT | 7 |
I am in the process of porting our application from PPC 2003 to Windows Mobile 2005. Microsoft has dropped CBitMapButton class from MFC 8.0 Does anyone know of any work around for this porting issue. Is there any other MFC class I can use in place of CBitmapButton. Thanks Shankar
|
| What's the difference between these two downloads | 28 Feb 2006 03:55 GMT | 4 |
I am trying to figure out the proper SDK windows CE 5.0... I would like to know what is difference between these two: Windows Mobile 5.0 SDK for Pocket PC and Windows CE 5.0 Standard Software Development Kit. The download links are:
|
| Building for device and emulator | 28 Feb 2006 03:50 GMT | 3 |
I have Visual studio 2005 and Windows mobile 5 pocket PC SDk installed on my system. I built some DLL using "cl" and "link" executables in the directory "Microsoft Visual Studio 8\VC\ce\bin\x86_arm" for the Pocket PC device. I am doing the build using the command line and not ...
|
| CEDB / EDB - pragma deprecated error C4995 for CeOpenDatabaseEx2 | 27 Feb 2006 22:00 GMT | 2 |
I upgraded an app using CEDB from EVC++ to VS 2005 and updated all the deprecated functions except for CeOpenDatabaseEx2; seems there is no replacement for that - only option is to convert to EDB. Is there a way of getting around the pragma deprecated error or is
|
| Pocket Access | 27 Feb 2006 21:48 GMT | 4 |
What is the best api to use for reading / writing to Pocket Access database files? Is it true that it is not supported in WM 5.0? Thanks. Timothy Dean
|
| SHNotificationUpdate to remove the notification icon | 27 Feb 2006 21:33 GMT | 1 |
I was able to ADD a notification icon usgin the SHNotificationUpdate API. But I am somehow not able to remove the same icon using the SHNotificationUpdate API. Can anyone help me out?
|
| Newbie - Smartphone and non UNICODE projects | 27 Feb 2006 20:48 GMT | 4 |
From my earlier post it seems the wide version of InternetReadFileEx() doesn't work. So, to save space (and fun) I create a default Smartphone 2003 app and remove the UNICODE preprocessor definitions.
|
| Pocket PC Deployment project | 27 Feb 2006 20:48 GMT | 4 |
I have a pocket PC project, and I am creating the setup and deployment project. My Project requires having SQLCE and .net Framework 2.0 installed on the Pocket PC. How can I add these in the installer. Thanks in Advance.
|
| Hide Programs on Pocket PC | 27 Feb 2006 20:48 GMT | 2 |
I need to customize a device so that all Programs in the Start->Programs screen are hidden from the user. I have been using Cab Provisioning Files (CPF) and standard CAB files to configure the devices and make chnages to the registry. Is there a way in which we can *hide* all ...
|
| Screen Mode Change | 27 Feb 2006 05:56 GMT | 1 |
I have a form with a panel, and various textboxes attached. In portrait mode there is no issues, with my vertical scroll working perfectly. When it changes to landscape mode, my scroll still appears but another two scrolls also appear (vertical and horizontal). I do not want ...
|