| Thread | Last Post | Replies |
|
| Disabling Hardware volume buttons when application is running | 15 Jun 2006 13:39 GMT | 4 |
I need to be able to disable the volume (controls/buttons - Hardware buttons) so that the volume on the device cannot be adjusted whilst my .NET application is in use. Is this possible to perform? I know you can play around with other buttons, but was wondering if its possible with
|
| Software Registration Key question | 15 Jun 2006 06:53 GMT | 1 |
I'm developing an application that will "live" on an SD card. I need to be able to "register" the application so that if the card is removed from the device, it cannot be used in another device unless it is "re-registered". I can't use the device's memory because it may be ...
|
| ConnMgr reconnect | 15 Jun 2006 06:28 GMT | 2 |
I posted this issue some time back, but unfortunately I left work for more than 30days so I could not continue the discussion. I am posting it again, answering some of the question that were posted: I am currently developing on XV6700 with WM05:
|
| OpenNETCF.Desktop.Communication.dll | 15 Jun 2006 05:42 GMT | 7 |
Downloaded from http://www.opennetcf.org/PermaLink.aspx?guid=d7b7cbef-4ab6-477b-924c-0498a523beaf Could not add Reference to this dll, got an error saying it is not a valid .NET Assembly.
|
| Access and VB .Net | 14 Jun 2006 14:40 GMT | 1 |
Can anyone point me in the direction of examples using an Access db with VB .Net? Also is the conversion Access dbs something that will continue to be supported in Active Sync?
|
| Web Service- wireless connection | 14 Jun 2006 13:54 GMT | 3 |
I'm having trouble with a Pocket PC App that accesses a web service. When the Pocket PC is connected to the Development station (which has an internet connnection) the Pocket PC application and the web service works fine. When I remove the PDA from the docking station and ...
|
| Understanding Connection Management | 14 Jun 2006 12:05 GMT | 1 |
just trying to understand the lay of the land in order to make intelligent decision about logic that will manage connections in my application ConnMgrEstablishConnection
|
| how to shutdown the ppc | 14 Jun 2006 12:02 GMT | 1 |
how to shutdown the ppc with C#. The ppc is windows mobile 5 platform. Thank you.
|
| Stylus Tap Position | 14 Jun 2006 10:02 GMT | 1 |
I need to find out the screen position where the mouse is tapped most recently/currently, I have tried using GetMessagePos() but it returns me the previous position of the stylus rather than the current position.
|
| Low memory stress tool for Windows Mobile? | 14 Jun 2006 09:58 GMT | 3 |
I am looking for a tool that can be used to test applications under low memory conditions. Are any available for Windows Mobile devices? Thanks, Frank
|
| [WM5] Skin and Wall Registry Keys | 14 Jun 2006 09:57 GMT | 1 |
A couple of questions: 1) The "Skin" registry key under HKCU..Today - What privs are required to modify this key without going through the "Today" option under "Settings"? 2) The "Wall" registry key under HKCU..Today - What privs are required to
|
| capture running instance of IE mobile | 14 Jun 2006 09:54 GMT | 1 |
I was wondering if someone had a code sample in C# on how to capture the running instance of pocket IE mobile. I found the sample that comes with the WinMob SDK, but its in C++ (see below) If you have the SDK installed to default location its at C:\Program
|
| How can capture the message when Welcome.exe exit. | 14 Jun 2006 09:51 GMT | 1 |
I want to install some .cab files when all pages in welcome.exe finished,but i don't know is there any message i can capture when the welcome.exe process exit? Any suggestion will be helpful.
|
| POCKET PC PATHS | 14 Jun 2006 06:09 GMT | 2 |
I am using the following to obtain the path of my application. string path1; path1 = System.IO.Path.GetDirectoryName( System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase);
|
| Strange behaviour of GPSID with latitude and longitude format | 14 Jun 2006 00:50 GMT | 3 |
I'm using GPSID in a project and have a strange behaviour with the format of GPS_POSITION fields dbLatitude and dblongitude. In msdn http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mobilesdk5/html /wce51lrfgps_location.asp
|