| Thread | Last Post | Replies |
|
| read/writing files under mobile 5.0 to the SD card | 01 Aug 2006 19:17 GMT | 2 |
I currently have an application happily writing files and creating directories under pocketpc 2003 using "\\storage card\" has the drive name. Under 5.0 it is an SD card and using "\\SD card\" causes ERROR_PATH_NOT_FOUND when trying to create a directory. Does anybody know how to ...
|
| dialog box from dll | 01 Aug 2006 19:17 GMT | 1 |
I am VERY new to windows C++ application development. I have created a non-MFC dll that contains functions that are called during the install process of a CAB file. I want to create a custom dialog box to display during installation. The dialog box needs to have
|
| Pocket PC 4.20 | 01 Aug 2006 19:00 GMT | 3 |
I have a Symbol Technologies Pocket PC which says it is running Pocket PC 4.20 (build 14053). Which device in VS do I write to for this OS? I wrote a simple VB program using the Pocket PC 2003 emulator. I then created a .cab file, and loaded and executed the .cab on the Symbol
|
| Scanning the airwaves | 01 Aug 2006 16:45 GMT | 1 |
I wish to write and application which scans the GSM airwaves, using Windows Pocket PC or Smartphone device. It also needs to access the most precise signal strength it can. I cannot find any API which would give me this data.
|
| Windows Mobile 5 pocket pc themes | 01 Aug 2006 16:36 GMT | 1 |
is there any way or reference on how to create themes os today screens to windows mobile 5 for pocket pc??? i can't seem to find anything. either themes or a way to make them. not even WM5 SDK has this.
|
| Disconnect GPRS connection in WM5 native code | 01 Aug 2006 16:28 GMT | 1 |
I developed a VC++ application using wm5 PPC. It used GPRS to transfer data between server and client. my problem is after the gprs connection idle for a while, it get session time out (I believe) but the connection sign still show on right top of the PPC screen. User will see ...
|
| How to read contents of Mobile IE Address bar from another app | 01 Aug 2006 15:55 GMT | 3 |
I'm trying to write an app that fires when mobile IE is on a specific web page. I can use a Timer and FindWindow (coredll.dll) to know when IE is running and what the Caption is but I need the current URL. Is there a function that can do this or maybe see the DOM of the current ...
|
| Pocket PC Windows App | 01 Aug 2006 12:02 GMT | 1 |
I have a question related to the execution of CF .NET Win App code. private void Form1_Load(object sender, System.EventArgs e) { label1.Text = "Waiting for connection...";
|
| XAML | 01 Aug 2006 11:14 GMT | 1 |
Hey gang. Is there any sort of way to get XAML/WinFX etc working on Pocket PC? I am looking at making a game and as you can imagine the animation/vector capabilities of XAML really would be appealing :)
|
| CSP and cabwiz.exe | 01 Aug 2006 10:12 GMT | 3 |
Can someone explain if it is possible to apply a Configuration Service Provider using cabwiz.exe and active sync? What I want to do is create a whole load of CSPs in a .cab file (using cabwiz.exe) then copy over the .cab to a PDA then "run" the CPSs on the
|
| Problem in VS2005 create new SmartDevice project | 01 Aug 2006 09:04 GMT | 2 |
When i click file,New,Project, and select SmartDevice, Win32 Smart Device Project, enter the project name and then OK the VS Fails to create the project and no dialog box for the Smart Dveice new project wizard appear. Do you know this issue?
|
| File path of running process. | 01 Aug 2006 04:31 GMT | 1 |
I have plans for doing a process viewer. For this i did the following, struct PROCESSENTRY32 procInfo; procInfo.dwSize = sizeof(PROCESSENTRY32);
|
| WM5 Service dll | 01 Aug 2006 03:57 GMT | 4 |
I have a dll on my windows mobile device that I want to run as one of the background threads launched by services.exe. At this point, I have written the correct registry keys and have the dll in the right folder. What library and method do I use to tell services.exe to launch my ...
|
| LDAP library on PDA ? | 01 Aug 2006 03:53 GMT | 4 |
can I "P/Invoke" WLDAP32.DLL ? Is it implemented in WinCE/WM5 ? Thanks, Rostislav
|
| Turn On / Off - Backlight | 01 Aug 2006 03:43 GMT | 3 |
Hey all, i am using the code below to set the backlight brightness of some devices, the problem is that each device seems to have a different value for max and min brightness backlight settings... Is there a register constant or something like that to turn backlight
|