| Thread | Last Post | Replies |
|
| How to view HTML page in Pocket PC emulator | 24 Jun 2008 16:08 GMT | 3 |
I have created few HTML pages with some javascript for Pocket PC - this is my first attempt. How does one view them in the emulator. I have absolutely no idea. If anyone could please tell me or point me a beginners tutorial that explains how to view HTML pages in emulator. I
|
| VB .NET CF passing an object | 24 Jun 2008 04:10 GMT | 2 |
I'm slowly teaching myself VB .NET. After getting a simple calculator program written and working on my PC, I decided it might be fun to try the same program, targetted for a WM device. The following bit of code: Private Sub numberClick(ByVal sender As System.Object, ByVal e As
|
| MoveFileEx equivalent | 23 Jun 2008 20:19 GMT | 1 |
I need to be able to delete some files I've installed on a mobile 6.0 device. These files will likely be in use. On the desktop side I'd just use MoveFileEx with a MOVEFILE_DELAY_UNTIL_REBOOT flag and be done with it. But kernel32.dll doesn't exist on the device so I can't just ...
|
| How can I develop a program to press keypad automatically | 23 Jun 2008 16:15 GMT | 4 |
I have been trying to create my own auto pressing keypad program, by using C#. I searched through google and found you blog which is very useful for me. However, I have such a problem about accessing keypad program in iPaq. I need some advice, if it doesn't bother you so much.
|
| using dot net to call stream interface driver | 23 Jun 2008 04:39 GMT | 1 |
I just shifted from eMVCC to Visual studio dot net to develop application for window mobile device. In eMVcc, if i want to cao=ll the stream interface driver, i will use CreateFile and DeviceIOControl. How about in dot net?
|
| VB.NET and NGEN for CF? | 22 Jun 2008 19:47 GMT | 1 |
Will NGEN.exe convert my VB.NET application to native code for mobile devices? Assuming that it would work, would that mean that I would not have to distribute the compact framework with my application?
|
| No notification when using MAPI? | 20 Jun 2008 08:48 GMT | 1 |
I have an app running on the Pocket PC 2003 emulator. It uses MAPI to create a new message in the "Active Sync" Inbox. The home page shows the message as new/unread, and it appears unread in the inbox also. I have notification set for new email to play a sound, display a message
|
| Can't send same char again using SendCharEvents or PostKeybdMessage | 19 Jun 2008 23:16 GMT | 3 |
I am developing a SIP, and SendCharEvents seems to work well. But if the program sends the same character again immediately by calling SendCharEvents again, only 1 character is output. But if different characters are sent one after another, there is no problem.
|
| Screen Capture in VS2005 | 19 Jun 2008 19:31 GMT | 4 |
Does anyone have some code they could share on how to do a screen capture on a Pocket PC device using Visual Studio? I wrote code to do it once before using eMbedded VC, but very little of this will port over.
|
| MeasureString in User Control not giving correct dimensions | 18 Jun 2008 19:26 GMT | 1 |
Hello, Ive got a control that i want to draw text to the screen based centered vertically and horizontally. I wasnt sure exactly if this was the best way to do this but i thought it would at least work. Problem is, it gives different results than I would expect.
|
| IPIEHTMLFormElement problem | 18 Jun 2008 16:58 GMT | 1 |
hi... I have written the following code in my BHO's onDocumentComplete. What i want to do is that after my page gets loaded i need to submit the form. Since there was no useful reference on the net i wrote this thing myself.
|
| Pinvoke of DirectShow in compact framework | 18 Jun 2008 13:35 GMT | 4 |
I am trying to see where to start doing pinvoke of DirectShow API's in compact framework. Specifically, I want to show the camera frames in a window as well as access them and play around with them. Could anyone please suggest some sample code for this?
|
| DirectShow Freezing after Power Suspend | 18 Jun 2008 10:44 GMT | 1 |
I have a DirectShow application written in C++. Everything works well with it (preview direct to screen, capture still images, stop the preview, etc.) except when the device goes into suspend. When powering on again the preview is still and will not resume. If I shut down the
|
| Client app to notify users of changes to web-site | 18 Jun 2008 04:52 GMT | 3 |
I have a browser-based application that I wrote. I'd like to notify mobile users of certain events. Ideally it would notify them even if the screen was off, like the notifications they get for a new text message. I don't want to use text messages though (since most people
|
| How to create installer msi for windows mobile? | 17 Jun 2008 16:06 GMT | 4 |
My application is written in C++ using visual studio 2005, which runs on windows mobile 6. I'd like to make an installer running on windows desktop. Currently, myapplication is packaged in CAB file.
|