| Thread | Last Post | Replies |
|
| Generating PocketPC 2002 from Visual Studio 2005 | 10 Jul 2006 20:24 GMT | 1 |
I've noticed a few mentions of generating PocketPC 2002 binaries (and understand that I will not be able to use the older emulator to debug) from Visual Studio 2005. I have used some of the guidelines from the evc3 -> evc4 migration
|
| Root directory when running Emulator? | 10 Jul 2006 20:24 GMT | 4 |
Just wondering where the 'root directory' is when running an app in the emulator? My PocketPC app uses a database file which it has to load. It cant find it. It is trying to look for it in - \Program Files\MyApp\ . Even if I create
|
| about Registry | 10 Jul 2006 20:24 GMT | 1 |
how to know a Registry object whether it has sub key? My developed platform is c# .net cf 2.0. Thank you very much. bill
|
| Auto killing of application: | 10 Jul 2006 19:23 GMT | 5 |
Hey there! I read a couple of 3rd party articles online that says WM5 basically automatically closes an inactive application if there is not enough memory to launch a current application. Is this true? Can anyone point me to an
|
| Autolaunch app after cab-setup | 10 Jul 2006 19:01 GMT | 2 |
hi Guys!! I need to auto launch my application (exe) after installation is done, currently I am using cabwiz to create installation. any suggestions???
|
| launch application | 10 Jul 2006 16:31 GMT | 3 |
Hi..... i want to launch application represnting network cards . now i have found that this application is contained in shell32.exe How i can launch it .....
|
| OemToAnsi() / AnsiToOem() | 10 Jul 2006 16:21 GMT | 1 |
Is there support for those functions on Windows Mobile ? Thanks,
|
| debug on real ppc device | 10 Jul 2006 16:20 GMT | 2 |
I'm using vs2005 to develop a app that based on ppc2003 sdk, it works well on emulator, but when it run on real device, it occur some problems. How can I debug it on real device? Thanks
|
| RegistryKey | 10 Jul 2006 14:15 GMT | 1 |
how to know whether a Registry key is exist? for example RegistryKey rk = Registry.LocalMachine.OpenSubKey("Software\\myTestKey", true );
|
| How to display HWND value in AfxMessageBox ... | 10 Jul 2006 13:49 GMT | 1 |
I am using Findwindow to get the handle for a window. In vs2005, when I place the cursor on the variable nothing displays as tooltip. When I add a watch also nothing appears. It says variable does not exist. I want to know what is in that Handle.
|
| I want to set the DISPLAYCLASS control full size, how? | 10 Jul 2006 13:48 GMT | 2 |
Hi everyone, I put a DISPLAYCLASS control on a dialog, and every time when a WM_SIZE is coming, I set the control to fullsize, but it still has white border around it, I just want to remove the blank border. I have tried to move its position to (-4,-4) to hide the border, then it
|
| backup cemail.vol. | 10 Jul 2006 13:44 GMT | 2 |
I work with cemail.vol volume to backup/restore mail databases. I have some progress with backup all of these databases. But I've got an issue with restore mail. I can see my data on the databases after restore (with dbviewer) and I can
|
| need some help with wifi and gprs | 10 Jul 2006 13:37 GMT | 1 |
I am hoping that someone could possibly shed some light for me pls ;-) I have an application running on ppc 2003 and wm 2005, that communicates over the net. this seems to work correctly with a fixed link(active Sync), GPRS and wifi, if i set these links before running
|
| using Microsoft.WindowsMobile.Status | 10 Jul 2006 11:22 GMT | 1 |
I need to use a SystemState object the get incoming call state, my codes just like below: using System; using System.Collections.Generic;
|
| SQLCE upgrade problem | 10 Jul 2006 09:43 GMT | 3 |
I have a SQLCE database. I am trying to add it to my project in VS2005 and it wont add it cos its an old version. I need to upgrade the database to SQL Mobile. Problem I have is that the SQLCE database is not on the device (its on my
|