| Thread | Last Post | Replies |
|
| MSMQ with WM 2005 | 24 Sep 2006 21:03 GMT | 1 |
I really need to get MSMQ installed on an XDA Mini S running WM 2005 but it won't start the service. The MSMQ blog article from Mark Ihimoyan (http://blogs.msdn.com/ihimmar/archive/2004/06/14/154911.aspx) seems to
|
| PlaySound, pause etc | 24 Sep 2006 19:23 GMT | 2 |
If I call PlaySound through PInvoke, is there any way to pause it and resume later? If not, are there any other APIs that would allow me to play a sound and pause/resume? What about a command line interface to 'Windows Media' that would start it in the background (non-visible) ...
|
| Catching Keys.Left on KeyDown for Button Control | 24 Sep 2006 15:34 GMT | 2 |
I am in a situation where I need to catch the key press of the Left directional key while the focus is on a button. I have added the KeyDown event handler, but the directional keys are not caught by this event. This is in Windows CE 4.2 and the coding is done in Visual
|
| synchronize device database with PC database | 24 Sep 2006 13:08 GMT | 1 |
Hai, In my device application, I'm having one database. I want to connect the device with a pc using some ethernet cabel. PC also having same database with same structure and table. Whenever, we are doing
|
| Voice Recording | 23 Sep 2006 16:46 GMT | 1 |
My application has a requirement to capture voice messages. Is there a .NET namespace that I can use to handle this. I've filtered through all of the Microsoft.WindowsMobile namespace and can't find anything Peter
|
| Compact Framework 2.0 books | 23 Sep 2006 16:44 GMT | 1 |
does anyone know if there is a Compact Framework 2.0 book coming out soon? I just can't seem to find one. All the ones I have found on amazon are for CF 1.0 and were released around 2-4 years go. I am afraif that I will be missing a few things if I started reading a CF1.0
|
| Drawing an image at the end of a string | 23 Sep 2006 16:41 GMT | 3 |
I'm drawing text to the screen, and I need to place an image at the end of the text. The text is multiline. Here's how I'm drawing the text
|
| XML, Windows App and Pocket PC App | 23 Sep 2006 16:34 GMT | 1 |
I am working on a project that works something like this: I have a Windows Application that will generate some XML files containing questions with some possible answers for each question. I want to push out one of these XML files on a pocket PC, so that another application
|
| Green Windows Mobile 5 theme | 23 Sep 2006 16:25 GMT | 2 |
Does anyone know where I can get the green WM5 theme as advertised on Microsofts site for Windows Mobile 5 OS?
|
| Downloading DLLs | 23 Sep 2006 03:50 GMT | 2 |
I've created a web service that sends a DLL to a smartdevice client app via a byte stream.. Unfortunately, when I attempt to use the function File.Create("MainWindow.dll"), no file is created? Any tips...?
|
| Help in accessing GPIOs in an i.MX21 (ADS21 board) | 22 Sep 2006 16:36 GMT | 13 |
Has anyone had any success in accessing (reading and writing) the GPIOs in a Freescale i.MX21 (ADS21 board) from a managed code application? The problem that I have is that regardless of which port parameter I pass in the GPIO method calls, the GPIO driver always take Port_A as
|
| Send Control Characters to a printer | 22 Sep 2006 14:13 GMT | 1 |
I have a Symbol MC70 machine and by using Symbol.Printing.Dll I am printing to an Oneil 8i dot matrix printer. My Problem is that I cannot send control characters to the printer, control characters like Line Feed , Top of Page etc .
|
| How to Create an Custom Image Button In CSharp in Pocket PC 2005 | 22 Sep 2006 13:11 GMT | 1 |
Can any one tell me how to create a custom image button using C# for Pocket PC 2005? Thanks, Phijo Mathew Philip.
|
| Timer does no longer fire after Menu = null | 22 Sep 2006 09:04 GMT | 1 |
Hello NG, when I switch my form to fullscreen by setting this.Menu = null; my System.Windows.Forms.Timer does no longer fire, though still enabled.
|
| read modified utf-8 | 22 Sep 2006 06:49 GMT | 5 |
i cant read the string written in writeUTF() of java. i am aware that they are using the modified utf-8. is there a way to to this in c#? thanks
|