| Thread | Last Post | Replies |
|
| MS embedded Tools Installation problem | 28 Jul 2005 18:06 GMT | 4 |
is there some bug with causes the installation to fail if you have more than 1GB of ram installed? I had to install the package on another computer and copy it to this one (WinXP Pro, 1,5GB ram)..
|
| Strange behaviour of CPU load | 28 Jul 2005 17:59 GMT | 8 |
I've a little app that measures CPU load with GetIdleTime() function, that didn't work on al PPC but does on Axim X50V. When running TomTom Navigator 5, this app shows that the CPU is used at 100% and if speed is configured as automatic, it switched to 624MHz.
|
| C# app to install CABs. | 28 Jul 2005 16:39 GMT | 5 |
OK.... I'm writing a program on the PocketPC platform that I need to install any updated cab files I send to the device. I've placed a directory called "\Inbound\ApplicationUpdates" on the "\Storage Card" area of the device.
|
| combo box | 28 Jul 2005 16:16 GMT | 2 |
I'm developping an application for pocket PC using C#, I'd like to know if it's possible to add an image to a combo box , I want the collection of my combo box to be images Thanks
|
| removing reg entries | 28 Jul 2005 15:40 GMT | 1 |
How do I remove app registry entries when the app is removed? These are entries made by the app, they where not made during install.
|
| How to programattically (api) remove the "new" menu bar? | 28 Jul 2005 13:53 GMT | 1 |
I developped an application using eVB 3, and runs well under CE 3 or 4.2. I used an api function to remove the task bar (in fact placing the form on top of it), but of course this is not working under Windows PPC 4.2 since the GUI is totally different. Is there an API to somewhat
|
| Terminal Services Fullscreen | 28 Jul 2005 10:38 GMT | 1 |
Is there any way to run TSC in full screen? I'm developing an application where the user is restricted to using TSC. The full screen api works ofr hiding the start menu, but not for anything else. -Clinton
|
| Bluetooth Stack HCI Extension Layer | 28 Jul 2005 07:47 GMT | 2 |
I have a Pocket PC device running Windows Mobile 2003 and I am trying to write a HCI extension layer that routes all SCO packets to my driver and process them there. My questions are: 1) In my driver, I have a call to HCI_EstablishDeviceContext(). For
|
| Pocket PC apps accept command line parameters ? | 27 Jul 2005 20:54 GMT | 3 |
Hi everyone... ...is it possible to start a Pocket PC application passing command line parameters ? If so, how do I set it up in the PPC menus ? More importantly, would a soft reset waste this, say, 'shortcut' to the app with the parms ?
|
| Camera API for O2 XDA2 | 27 Jul 2005 17:46 GMT | 1 |
I need to write an app for the O2 XDA2 (Pocket PC 2003) to allow a photo to be taken within my aplication using a soft key. Should I be using VB .net? Is there an API that I can use to manage this? Sample code would be welcome.
|
| Transfering files to Internet FTP site | 27 Jul 2005 17:25 GMT | 2 |
Ive been using Microsoft article 305598 (How to transfer files to FTP server) and modified it ever so slightly to access an internet FTP site using the GPRS. Ive changed the user and password details in the code to access my site and the program brings a message to say it has ...
|
| benchmarking ppc executables | 27 Jul 2005 16:45 GMT | 1 |
I have written a small application for my ppc. It takes ages to load and run. I expected the running bit will take much longer than PC, since it has a lot of floating point math in it. The form loading bit is just reading some text files, and it also takes a lot of time.
|
| Settimer within a thread | 27 Jul 2005 16:41 GMT | 1 |
I want to set a timer in a thread that I create, how can this be done. Any help is greatly appreciated. Thanks, -Jimmy
|
| Wireless USB | 27 Jul 2005 15:59 GMT | 3 |
Hello Experts, Apologies if my query is hopelessly simple! I want to know about 'Wireless USB' support with pocket pc 2003. How can I use it with or without ActiveSync? Can I create my own application to
|
| CeDeleteFile in RAPI | 27 Jul 2005 13:09 GMT | 3 |
I'm try to replace files on pocket PC with RAPI. The CeWriteFile is doing well to create and copy a new file, but can't replace existing files. So I'm trying to delete files before re-creating them with the CeDeleteFile function. I'm unable to make it working :
|