| Thread | Last Post | Replies |
|
| Load NDIS51 IM Driver on VerizonWireless XV6700 PDA at Boot Time | 16 Jul 2008 20:33 GMT | 2 |
Hi, In the VS2005/WM5SDKPPC IDE, I try to use the WM5SDKPPC privileged SDKSamplePrivDeveloper certificate to load my NDIS51 IM driver (DLL) on the VierzonWireless XV6700 PDA at its boot time. Last week I install SdkCerts.cab
|
| passing a value to a new form | 16 Jul 2008 19:12 GMT | 2 |
Can someone tell me waht is the best way to pass a value to a new form? That is, for instance if I get a value, and ONLY that value is the one that must be used to query a table containing that value as the unique foreign key. The values in the new table must be displayed
|
| running program on device. | 16 Jul 2008 17:28 GMT | 3 |
I'm very new to use smart device development using C#, so I just want to check if I do it correct way. I just finish my simple hello world on C#, so for me to actually run the hello world on the device itself I basically have to copy the .exe and paste onto the device then
|
| GPSID and altitudeWRTSeaLevel in win mobile 6.1 | 16 Jul 2008 17:04 GMT | 8 |
I am using the GPSID from Windows Mobile 6.1 to avoid the nmea data manually. The problem is, when I call the GetPosition API I never get the altitudeWRTSeaLevel.
|
| Sync contacts | 16 Jul 2008 16:33 GMT | 1 |
I am writing a desktop application, which should be capable of syncing contacts/tasks/todos. so far everything is ok: I can map the fields and read the contacts. does anybody know, how to best determin if two contacts are the same?
|
| How to create Image button with MFC | 16 Jul 2008 16:31 GMT | 1 |
I need a example showing how to create a Image-Button with MFC on windows mobile. thanks
|
| OnInitMenuPopup problem | 16 Jul 2008 12:32 GMT | 1 |
Hi, i'm developing an app for WM6 Prof using VS2005 C++ and MFC. I have a dialog with a CCommandBar, i use m_dlgCommandBar.InsertMenuBar(IDM_MAINMENU) to insert a menu. Then in the OnInitMenuPopup handler of my dialog i want
|
| Comprehensive list of PDAs running Window Mobile? | 15 Jul 2008 20:15 GMT | 3 |
Can anyone point me to a comprehensive list of PDAs running Windows Mobile, various flavors? So far, Google hasn't turned it up.
|
| How to install a Pocket PC app using a Mac? | 15 Jul 2008 20:15 GMT | 5 |
I have a little application that I wrote for the Pocket PC. I distribute the app as a CAB file, which I tell people to copy to their PDA, using Windows Explorer on their PC. But what about Mac owners? How do they get the CAB file onto their PDA? I just tried plugging my
|
| Windows Mobile 6.1 Theme Editor | 15 Jul 2008 20:15 GMT | 2 |
Anyone have a handle on what program to use to create themes for Windows Mobile 6.1. I'm using a HTC TyTN11 and would love to get my creative juices working.
|
| turning on phone | 15 Jul 2008 13:43 GMT | 1 |
I have to deny access to users to the Wireless Manager, and we do it with a full screen program that prevents access to the Start menu and Today screen. The problem is that when the battery is almost empty the system turns
|
| Forms | 15 Jul 2008 00:46 GMT | 2 |
I have 2 forms, A, B, A is for open database, B is the request for A , I have buton in B with code: Me.Hide end on evenement on focus A it's open de database, but B form is close only after result, I can't use ProgressBar in A
|
| MSI Package Installer with .NET Compact Framework | 14 Jul 2008 20:53 GMT | 2 |
I have to deploy a Compact Framework project with a MSI Package installer. But to do this I have to check if Compact Framework and SQL Server CE are installed on device. Can I add the cab from Compact Framework and SQL Server to the MSI Package
|
| Simple app crash after card insert | 14 Jul 2008 20:28 GMT | 1 |
I have a simple application with following code: int WINAPI WinMain(...) { MessageBox( GetForegroundWindow(), L"Application started", L"Note", MB_OK );
|
| ORM for the compact framework | 14 Jul 2008 12:44 GMT | 6 |
I'm experienced .Net developer but new to the compact framework. Just doing my first "hello world" application , i'm using sqlMe to present some plain screen. The article i'm reading is using typed dataset, this raised some questions:
|