| Thread | Last Post | Replies |
|
| Show all processes and bring to frontp | 06 Nov 2007 09:35 GMT | 6 |
I want to enumerate all processes and bring one of the to the front I used this code to get all running processes: http://msdn2.microsoft.com/en-us/library/Aa446560.aspx The Problem is, that you get the processname, but without the path! so I
|
| Using the wait cursor after a MessageBox call | 05 Nov 2007 21:48 GMT | 1 |
All: Does anyone know anything about any pitfalls trying to get the PPC wait cursor to appear after a call to MessageBox? In WinMain, before anything else, if I create a wait cursor and sleep for 5
|
| Detecting motion | 05 Nov 2007 19:37 GMT | 5 |
Is there a way to detect this via detecting changes in the video image or some usb device that can work. Any ideas appreciated. Cheers
|
| how to check the cryptographic hash of a DLL? | 05 Nov 2007 18:13 GMT | 25 |
we have a simple problem: our application links (at run-time) with a critical DLL provided by a third party. we want to be absolutely sure that this DLL has not been replaced by another
|
| Handheld Products Dolphin VB.Net Application | 05 Nov 2007 17:04 GMT | 2 |
The HandHeld Products Dolpin 7600 comes with C# and C++ sample applications, but I am looking for some VB.Net code. I just want to be able to scan a barcode and put the result in a text box. Regards,
|
| Number of icons in taskbar | 05 Nov 2007 14:09 GMT | 2 |
Hi, everybody! Has anyone ever encountered the problem on WM5 PPC, when the application main window title's (it's rather long) end is erased with icons in taskbar? Probably, it'll be a way out, if I could track
|
| how to hide windows? | 05 Nov 2007 11:13 GMT | 2 |
I'm developing an application in c# for a pocket pc with windows mobile 5.0. I shouldn't change the pocket pc itself and its operating system. However, I need to hide all Windows elements on the screen, such as task bar, menu etc., some call it a full screen application.
|
| Visual inheritance not wokring for smart device appliactions in c#.net | 05 Nov 2007 04:39 GMT | 2 |
Since Visual Studio provides visual inheritance feature it is relatively simple to inherit forms. The steps I followed are Created a base form with desired properties and widgets inside it.
|
| Kiosk Mode - some problems | 05 Nov 2007 02:52 GMT | 1 |
I'm running my application (Visual Studio, Native c++ on a Windows Mobile 5.0 device) in Kiosk mode and thus, I've disabled the Taskbar (FindWindow("HHTaskBar"), EnableWindow(false)). The user shall only have access to the Device's phone and SMS application, nothing else (Thus, ...
|
| Directdraw in WM6 ? | 04 Nov 2007 21:44 GMT | 2 |
Hi, I'm beginning to develop a game project using WM6 SDK and in C#, in the documentation there's a statement that Directdraw is included in it WM6 SDK, I couldn't fing it (by adding reference to project I could add only Direct3D) after some searching I found out that WM6 SDK
|
| Playing audio files. | 04 Nov 2007 15:04 GMT | 8 |
VS 2005 WM5. What is the syntax to play audio files in C#. Any code examples appreciated Cheers
|
| GPS port reading problem | 04 Nov 2007 12:53 GMT | 6 |
While programming simple GPS reading application I have encountered following problem: 1. CreateFile - to open gps com port, SetCommTimeouts 2. sequeced ReadFile
|
| Bluetooth speakers | 03 Nov 2007 14:25 GMT | 1 |
I have just been playing around with some bluetooth speakers. The interesting thing is there are buttons that control media player ie pause / stop / next etc. Can these button presses be captured to provide control over an application.
|
| Why does GpsCloseDevice shutdown GPS Hardware? | 02 Nov 2007 23:43 GMT | 1 |
I'm using GPSIntermediateDriver in mi C# application (.NET Compact Framework v2.0, Windows Mobile 5.0 Pocket PC , HTC P3300 device) As the examples show, I'm using the PInvoke to use GPSOpenDevice, GPSGetPosition and GPSCloseDevice. My app works fine, and in my device it's
|
| DataGrid on PPC | 02 Nov 2007 23:01 GMT | 2 |
Visual Studio .NET 2005 Pro, MS Vista OS, Mobile Device Center, Dell Axim x51 PPC, Windows Mobile 5.0, vb.net, .NET CF 2 SP1, did I miss anything? I have three questions:
|