| Thread | Last Post | Replies |
|
| Failure to invoke a dll using CeRapiInvoke | 28 Aug 2007 17:57 GMT | 3 |
I seem to be unable to invoke a DLL using CeRapiInvoke. The device is a pocket PC 20003. The return code when I invoke the DLL is 0x80070005. The DLL entry point is OK if I invoke from an application running on the device.
|
| Convert to WM6 | 28 Aug 2007 17:09 GMT | 4 |
I opened up a application (written for PPC2003 using eVC4) in VS2005 and was asked if I wanted to convert itso I said 'Yes'. It seemed to convert correctly. I have the WM6 SDK installed and when I choose 'Build' or 'Rebuild All' I
|
| How to launch Pocket Word programatically? | 28 Aug 2007 15:28 GMT | 4 |
I am a naive WinCE developer. I have to develop an application that will launch pocket word application, write some text in that file and then will save it. I used CreateProcess() with first parameter as "pword.exe". But its showing a folder containing different .doc files.
|
| How to connect 2 iPAQs to single PC? | 28 Aug 2007 13:54 GMT | 4 |
I've 2 units of HP iPAQ (6515 & 6965). When i plug them into USB hub, only one unit can be detected by my Win XP Pro. How can I detect more the 1 unit of iPAQ at the same time?
|
| Update .txt file | 27 Aug 2007 15:00 GMT | 1 |
I m using visual studio.net 2005 I need to create a database in text files. and while reading the files i use datatable to store data(By StreamReader and StyreamWriter). Now I want to update text file,for that I used to read whole file,and after making some changes
|
| Battery Icon in the Title Bar | 27 Aug 2007 09:47 GMT | 1 |
In an MFC/c++ app, does anyone know how to get the battery icon to display on a Windows Mobile 5.0 device? Currently, I see the icon on the Start screen, but haven't been able to find any documentation about adding the icon to my own app.
|
| Suspend button | 26 Aug 2007 11:59 GMT | 3 |
I want to close my application when the user is clicking on the suspend button to suspend the PocketPC. I found this code here in C++, is there something similar for .NET CF? http://www.pocketpcdn.com/forum/viewtopic.php?t=10858
|
| System.Drawing.Image.FromStream in .NET CF | 25 Aug 2007 09:07 GMT | 1 |
Is there any possibility to load a byte array as bitmap? On Full Framework, I would create a memorystream and then use: System.Drawing.Image.FromStream, but that is not supported on CF Any possiblitity?
|
| PocketPC => Smartphone | 24 Aug 2007 16:02 GMT | 2 |
I want to build one single application that is running on both smartphone and PocketPC with a single EXE. That's working, but I want to use the following on PocketPC-Side: Dim WithEvents inputpanel As New Microsoft.WindowsCE.Forms.InputPanel()
|
| CabWiz information | 24 Aug 2007 15:39 GMT | 3 |
Is there a good source of information, or even a tutorial, on how to use CabWiz? I haven't been able to find anything. Specifically, I need to ship two different versions of the same file, targeting different versions of WM, along with a whole bunch of common files.
|
| Socket connections | 24 Aug 2007 14:30 GMT | 6 |
on my pda I have a tcp socket connection to my pc over gprs with the internet ip address. If I detect that the pda has connected via wlan to the company's lan, I close the socket, create a new socket and try to connect to the pc server using the local ip address. But the
|
| Execute an script | 24 Aug 2007 14:01 GMT | 2 |
I want to execute an script from my application From the command line I do: VxFtp.exe Script.txt It works perfect.
|
| Mysterious Wake Up Notifications on WM 5.0 | 24 Aug 2007 09:53 GMT | 1 |
I have an application that runs on iPAQ PDAs running Windows Mobile 5.0. Our application has a thread that waits for wake up events. I've started logging when these events happen, and have discovered that the device wakes up on its own. We only support running on a couple of ...
|
| linking error | 23 Aug 2007 16:41 GMT | 2 |
Hello, I am trying to migrate a desktop app to Windows CE 5.0 compiling it with VisualStudio 2005 and generate a DLL. For the moment it compiles fine but when starts the linking a have the error LNK2001: Which library I am missing in the linking? Can somebody give some
|
| Sending email with OutlookSession keeps messages in the Outbox | 23 Aug 2007 15:10 GMT | 4 |
Hello, I create email using the code below, and they appear in my Outbox, but Send/Receive does not send them - they remain in the Outbox. When I type in a new mail message on the pocketpc (Treo 750w), with the same
|