| Thread | Last Post | Replies |
|
| Dialog template | 22 Sep 2006 14:13 GMT | 2 |
Hi, I wish to display a dialog box in my VS2005 C++ app but looking at the templates in the resource editor for PocketPC configurations there are only 2. ie IDD_POCKETPC_PORTRAIT and LANDSCAPE. I just want a small dialog box, a bit bigger that a message box, which IDD
|
| Device Emulator | 22 Sep 2006 08:07 GMT | 2 |
I currently use the Beta of the device emulator: 8.0.50215.35 (PocketPC 2003SE image) Is there a newer version of the program? I need the "ARM compatible" emulator, since I don't compile with eVC.
|
| How to retrieve the count of the mailboxes on ppc2003 | 22 Sep 2006 04:44 GMT | 2 |
I am investigating the outlook development on ppc2003. I want to retrieve the count of mailboxes, but I can't find any API or COM interface to do it. could you give me some help?
|
| DirectShow issue with Windows Mobile 5 | 21 Sep 2006 23:26 GMT | 12 |
Hello, I'm trying to play a video file from a C# application (although the same occurs with a win32 application) with the following code: Type ComFilterGraph = Type.GetTypeFromCLSID(Clsid.FilterGraph);
|
| registry entry for PIN or passkey | 21 Sep 2006 19:27 GMT | 2 |
what is registry setting for the passkey entry or i want to avoid the pin entry the first for a test sytem regards kpmkhaja
|
| about bluetooth status detect??? | 21 Sep 2006 12:52 GMT | 2 |
Hi~ I'v developed a programme by Vb & .Net and it works well in wm5.0. In the programme bluetooth working as a COM port.But there is a problem : it can't detect bluetooth's status!
|
| cannot launch remote excutable on pocket pc emulator | 21 Sep 2006 09:37 GMT | 2 |
I have built a small application to create a window on pocket pc emulator.It has built without errors. but is not launching. I get the following message. Cannot launch the remote executable.
|
| GPSGetPosition: Maximum age | 20 Sep 2006 21:11 GMT | 2 |
I am able to retrieve GPS_POSITION data using the GPSGetPosition function...it works great...I LOVE IT! I am using (GPSGetPosition(hGPSDevice, &GPSPos, INFINITE, 0) to get the last known position recorded by the device. What I would like to
|
| An unexpected error has occurred... | 20 Sep 2006 17:47 GMT | 1 |
Any thought on this issue will be appreciated. I am trying to consume a web service through a pocket pc client application. I can make a connection to the device through ActiveSync or through the Loopback without a problem. When I deploy the application and run it I get this ...
|
| Porting from .NetCF to .Net | 20 Sep 2006 16:44 GMT | 1 |
I need to port an application from .NetCF to normal .Net for desktop. I am doing some tests, and it works quite fine, but now I am facing a problem with the library SQLCE. I include the library System.Data.SqlServerCe in the desktop version, but
|
| Creating Simple MFC app | 20 Sep 2006 16:06 GMT | 3 |
Hi, I'm new to PocketPC C++ MFC development . I wanted to start with creating a Window equivalent of form in C# and add a button to it. In the resource editor
|
| Notification bubble position in WM5 | 20 Sep 2006 16:06 GMT | 1 |
I am using eVC++ 3.0 and my application runs on 2003 and WM5. In WM5.0 notification bubble using SHNotificationAdd() comes up in bottom. How can I show Notification bubble on top just like that in PPC 2002 ? Thank you,
|
| create game in Landscape mode | 20 Sep 2006 11:02 GMT | 2 |
I am creating game application for pocket PC device in CF2.0. I am new to CF2.0 I need help from people to develop the game. The game created works nice in Portrait. But i want to set the screen mode to Landscape (always).
|
| Transparent window in CE | 20 Sep 2006 09:11 GMT | 1 |
Hello~~ Is there any way to make the window transparent in WinCE. After looked some post, it seems that I cannot remove the window style WS_CLIPCHILDREN and WS_CLIPSIBLINGS. Is there any other ways to make
|
| Application crashes when stop from running program list | 20 Sep 2006 07:54 GMT | 2 |
I am using SPRINT PPC 6700 and evc++ 4 to develop application. When i try to stop application from Start->Settings->Memory in Running program list my application crashes. Then i have handled WM_CLOSE and WM_DESTROY messages and performing proper clean up before exit. But the
|