| Thread | Last Post | Replies |
|
| use of my.computer in VB .net 2005 | 22 May 2007 02:35 GMT | 5 |
The documentation says that the my.computer object can be accessed from a smartdevice project. I can use it in a windows app but not from a smartdevice project. Anyone know what I need to do please?
|
| Which newsgroup to post in? | 21 May 2007 23:36 GMT | 1 |
I want to be a good net-citizen. I don't want to unnecessarily cross-post to a bunch of the Microsoft-hosted news groups (but the expert with my answer may not lurk in the group I post to). Could someone please tell me the difference between the following
|
| Real-time behaviour | 21 May 2007 17:21 GMT | 3 |
This could sound a bit strange, but I'd like to run some real-time functionality on a standard PocketPC platform (iPAQ or similar) next to the other stuff available on the PocketPC. Not being an expert in the PocketPC environment, I make the simple
|
| Shell Command Syntax? | 21 May 2007 17:03 GMT | 1 |
I'm trying to run a program by using the Shell command on a mobile device. I'm using VB.Net 2005 on a WM 5.0 Platform. The code I'm using is simple, just: Shell("""\Windows\wmplayer.exe""", AppWinStyle.NormalFocus)
|
| Modem Commands out Virtual COM Port | 21 May 2007 15:06 GMT | 8 |
I am connected via Bluetooth to another device, and I have it setup so that I can remotely configure it. Configuring it requires modem commands. For example, if the other device were connected via a standard serial cable to a PC, I would establish a
|
| Hello World-Project in Emulator | 21 May 2007 05:56 GMT | 1 |
i installed the "WM Developer Resource Kit.msi", installed the WM 5.0 SDK and started a project for WM5.0 (Win32 Application). It compiled fine, in the Debug folder an application hw1.exe was created. I can also start up the WM 5.0 Pocket PC emulator.
|
| How to get the minimize or maximize event of a window form? | 20 May 2007 22:02 GMT | 1 |
I am developing an application for WM5.0 in C#. Is there any method by which i can get the minimize event,means when i click on the "X" button on the form can i get that event?? and if yes in which function i'll be receiving that event?
|
| Accessing Camera on WM 2005 | 20 May 2007 19:44 GMT | 3 |
How can I invoke the camera application from a 3rd party application on Windows Mobile 2005 device? I don't see \Windows\Camera.exe In the registry I see something like "pimg.exe -Camerakey". I tried this but it does not work. pimg.exe alone opens up the photo album from where I can
|
| RS-232 connector to PDA | 20 May 2007 02:15 GMT | 6 |
Is this possible in any way? I want to connect my radio scanner upto my PDA and develop some applications for it? I got a list of the commands the scanner uses. but i wanted to know is it possible to make that connection? also could i develop application for decoding signals
|
| DeviceID: Not working anymore on WM 6?! | 20 May 2007 01:57 GMT | 1 |
I use the following code for generating a deviceID: It did work on every WM 5 Device (PocketPC and Smartphone) But it does not work anymore on a WM 6 Device? Private Function GetDeviceID() As String
|
| Get ROM Version Info? | 20 May 2007 01:13 GMT | 1 |
How is it possible to get the ROM Version Info in .NET? Thanks
|
| DirectDraw Surfaces In Direct3D? | 19 May 2007 19:13 GMT | 6 |
In the older desktop versions of DirectX we could use DDSCAPS_3DDEVICE when creating a DirectDraw surface, which would allow the surface to be used in Direct3D. So far I have been unable to find a way to use DirectDraw Mobile surfaces in Direct3D Mobile, does anyone know how to ...
|
| Can I use Mm(Un)MapIoSpace with WM5.0? | 19 May 2007 14:44 GMT | 1 |
Who knows if I could use the Functions MmMapIoSpace and MmUnMapIoSpace with WM5.0? If not, exists any equivalent function to do it? Today I work in a development of specific serial port driver that needs to use baudrate about 10400 bps, then I need change serial port registers ...
|
| Extract Icon... | 18 May 2007 21:45 GMT | 2 |
I want to create an Explorer. Therefore I want to show the icon of every file. I can do that for EXE Files, but not for other files. E.g. for a .txt file the word-symbol... How can I do that?
|
| how to determine if device has a keyboard or numerical pad? | 18 May 2007 21:31 GMT | 5 |
is there a way to programmatically determine if a device (Pocket PC or Smartphone) has an alphabetical keyboard, or a numerical keypad, or no keyboard at all (like some Pocket PC) ?
|