| Thread | Last Post | Replies |
|
| PDA SQL Sync Architecture VS2005 | 07 Feb 2006 21:06 GMT | 2 |
I am looking to develop a PocketPC App using VB.Net or C# and a mobile SQL database. I will then need to Sync mobile changes back to main server. I'll then try to go one step further and push changes from server back to PDA. Before diving head first I am trying to get an idea of ...
|
| Run a program on soft reset. | 07 Feb 2006 19:33 GMT | 4 |
I know how to run a program on hard reset by using the 2577/autorun.exe method. If there any way to run a program after a soft reset? Thanks Dave
|
| how to open cemail.vol | 07 Feb 2006 19:27 GMT | 3 |
How to open the cemail.vol on WM5 Pocket pc. I tried to open it using CeMountDBVolEx (for EB databases) API. But I am getting error of sharing violation (ERROR_SHARING_VIOLATION) error no. 32.
|
| Rendering the Today screen in an application on PPC | 07 Feb 2006 19:20 GMT | 1 |
I want to develop an application that renders the Today screen. I think that this should be possible by calling the standard methods from the Today API after loading each dll. The problem is that the standard Today screen plugins on PPC 2003 SE
|
| .NET CF for ARMv4I | 07 Feb 2006 19:11 GMT | 12 |
How can I install .NET Compact Framework (1.0.3111.. or greater) on my Windows CE .NET 4.20? The main problem is that my device is ARMv4I, and I only have the .NET CF installation package for ARMv4..
|
| .NET CF => 2 Form problem... | 07 Feb 2006 18:21 GMT | 2 |
I have some problem with .NET CF. If I have 2 Forms and I am opening the second Form and let him perform some actions and this is longer as some minutes, the first form is "hidden" (Think it is the timeout), so I have to start the application a second time
|
| Backlight on new PPC (Qtek9100/XDA Atom) | 07 Feb 2006 15:15 GMT | 2 |
previously change the registry keys and apply CreateEvent( NULL, FALSE, TRUE,_T("BackLightChangeEvent")) worked to change the backlight level on PPC (XDA2/XDA1 ...) Now on Qtek9100/XDA Atom .. it doesn't work anymore.
|
| 2 Serial Devices, 1 port | 07 Feb 2006 12:51 GMT | 2 |
Hi coders I am successfully communicating to 2 devices through the serial port of a Pocket PC in VB.NET 2005 They have 2 different com port settings. I have to do it in independent calls though.
|
| Using std::exception with VC2005 targeting Pocket PC 2003 | 07 Feb 2006 08:25 GMT | 2 |
Hello group, I am currently porting some Windows NT native C++ code to WinCE 5.0, using VC2005 and the default Pocket PC2003 (ARMv4) SDK that comes with VC2005.
|
| Uninstall_Init problem in setupdll.dll | 07 Feb 2006 07:58 GMT | 2 |
I am trying to exit the appliction if it is already open in Uninstall_Init of setupdll.dll. I try with FindWindow, Named Mutex and directly sending message to the application to exit it. But none of them is working. I dont understand the strange behaviour of the
|
| Screen Update events ? | 07 Feb 2006 01:19 GMT | 3 |
Hi I asked the forums last week about this, but i think i need to be a bit more concise... My code (C++) reads and writes the registry, to change the rotation angle of the display, (if supported).
|
| How can I launch Internet Explorer with a specificURL ? | 06 Feb 2006 22:49 GMT | 1 |
Hi, How can I launch the Internet Explorer from my code ? It must be launched with a specific URL. I'm using MFC, VS2005. Thanks.
|
| WiFi Connectivity Problem with using WinCE 5.0/O2-Atom | 06 Feb 2006 21:51 GMT | 3 |
I am trying to browse the website hosted on my laptop... but the IE (on mobile) is unable to find the website. However, the two machines are able to ping each each. Do I need to customize some entries?
|
| encoding WAV to small-size format on smartphone | 06 Feb 2006 20:14 GMT | 12 |
I want to build an application to record from microphone to a temporary WAV file and then encode WAV to WMA or other small-size formats(e.g GSM 6.10) on smartphone. The key problem is how to do this encoding process from WAV to WMA or
|
| how to add a Virtual com port to the serial driver. | 06 Feb 2006 18:43 GMT | 3 |
I'm having problems with an application that closes and opens the compact flash serial port several times. That causes problems with the device inserted on the cf slot that last several second on transmiting again. What I want to do is to write a small program that creates a ...
|