| Thread | Last Post | Replies |
|
| Error Message | 08 Sep 2004 02:22 GMT | 7 |
I have installed in this order Embedded C++ v4 Embedded C++ v4 SP4 Then I went to install the Pocket PC 2003 SDK and received this error
|
| How To Synchronize Data ?? | 08 Sep 2004 02:15 GMT | 5 |
I am trying to write an application that is both PC and Pocket PC. It will read an XML document that will be generated by a database and stored as a file. I want to get this file to the Pocket PC, which will then modify data, then I want to get the data back and put it into the ...
|
| HELP WITH EMBEDDED BASIC VISUAL RUNTIME | 08 Sep 2004 01:54 GMT | 2 |
I HAVE AN IPAQ-4355. I HAVE SEVERAL DOWNLOADED APPLICATIONS THAT SAY I NEED EMBEDDED VISUAL BASIC RUNTIME. I CAN`T SEEM TO DOWNLOAD THIS TO MY COMPUTER AND THEN TO MY IPAQ. I REALLY NEED HELP ON THIS IT IS DRIVING
|
| how to add WEP? | 08 Sep 2004 01:51 GMT | 4 |
I am working on a project. One part of this project is force the wireless network adapter to connect to an access point. I am doing the following way: 1. Set Authentication Mode (0 for Open) 2. Set Infrastructure Mode (1 for Infrastructure)
|
| Preparing a Website for Cab Downloads | 07 Sep 2004 20:25 GMT | 2 |
Hello All I just had a quick question. I have posted my CAB files on my website for people to download with Pocket IE, instead of having to rely on their desktop computers. However, there is a problem with it. When I, or anyone
|
| Is there support for programmatically extracting cabinet files | 07 Sep 2004 19:39 GMT | 1 |
I would like to transfer to a PPC application multiple files contained in a CAB. In WIN32 there is SetupIterateCabinet etc. Is there any programmatic support in WINCE?
|
| POOM menu extension integration (IContextMenu) for Tasks not getting OIDs | 07 Sep 2004 17:23 GMT | 2 |
I am using IContextMenu to extend the menus for the POOM applications. I previously used CePimCommand but went to IContextMenu for WM2003. My application is able to get the sent OIDs for contacts and appointments but doesn't get any OIDs for tasks. Does anyone know if there is
|
| How to change baud rate - ras connection | 07 Sep 2004 16:27 GMT | 1 |
Is there a way to change the defaulted to baud rate of a ras connection? Thank you, John.
|
| button with grapgic | 07 Sep 2004 16:06 GMT | 1 |
I?m working in c#. It?s posible add an graphic(ivo, bmp, jpg....) in a button. thanks
|
| WinCE DLL with eVC++ | 07 Sep 2004 14:53 GMT | 1 |
I have to use a Win32 Dll with my pocketPC 2003 application. I have Win32 source code at my disposal. I have done some modifications/corrections and all compilations are OK. My problem is that I obtain a lot of link errors like that:
|
| Text to speech in my application. how? | 07 Sep 2004 14:17 GMT | 3 |
Is the any simple way to add Text to speech capabilities to my app without an expensive SDK.? thank you
|
| TOSHIBA: The Only Non-Widcomm Bluetooth Stacked PDA | 07 Sep 2004 14:06 GMT | 1 |
if you're developing application on a Widcomm stacked pda (HP iPaq, Dell Axim, Asus MyPal... most of brands), whenever you open a comm port from your application, stack will pop up a device selection screen. Although this is so disturbing and cause your application
|
| Blinking/Flashing Notification | 07 Sep 2004 13:05 GMT | 2 |
I need to make a notification where the notification icon flashes for a certain amount of time. I tried encasing the SHNotificationAdd in a for loop but that didn't seem to work. It puts up the icon once but doesn't flash. Any thoughts?
|
| Listing all files in all folders on PocketPC | 07 Sep 2004 13:02 GMT | 1 |
I'm looking for APIs(or something like that) which list all files (such as *.wav) in all folder on PocketPC. Of course, it is possible by examining all folders recursively using FindFirstFile() and FindNextFile().
|
| help on Process | 07 Sep 2004 12:24 GMT | 4 |
Im trying to open a WMP from my application and close the WMP and pass the control to my application once the file which im passes is played(tt.wmv) The following code im using in a MFC based application on click event.. what it does is it opens the WMP and specifies file but now ...
|