| Thread | Last Post | Replies |
|
| Tap-n-hold using HW keys | 23 Sep 2008 09:44 GMT | 1 |
I'm trying to implement a behavior similar to tap-n-hold, but using HW keys - specifically the Enter key (VK_RETURN). I have implemented two handlers: for WM_KEYDOWN and WM_KEYUP messages. On WM_KEYDOWN event, I start a timer. When the timer triggers, I display
|
| The project could not be opened because it refers to a device platform that does not exist in your datastore. | 20 Sep 2008 14:38 GMT | 1 |
I have a sample project that I downloaded. It apparently required WM6 SDK so I have downloaded and installed the WM6 SDK Standard. But when I attempt to open the .csproj file VS2005 gives me: "The project could not be opened because it refers to a device platform that
|
| Printing Using PocketPC | 19 Sep 2008 14:07 GMT | 2 |
Hai, I have an windows mobile application which generates reports and receipts in HTML or Word format. I want to print this reports through my application. I want to print using WIFI printer. Can u please find
|
| Compressing files in Win Mobile 6 | 19 Sep 2008 11:24 GMT | 5 |
Does anybody know if it's possible to compress files by code, without opening an interactive window, in Win Mobile 6 ?
|
| hide application from remove programs list in WM6.1 | 18 Sep 2008 23:57 GMT | 4 |
In WM6, you can hide a program from the remove programs list by setting \HKLM\Security\AppInstall\<app name> :: Roles = 40h This no longer works in WM6.1 professional, is there another registry setting I can modify to hide a program from the remove programs list.
|
| Embedding Windows Media Player into a Windows Mobile 6 Application | 18 Sep 2008 14:49 GMT | 3 |
I am developing an application for Windows Mobile 6 using VS 2008. The application is written in C# for the .NET CF platform. This is a sort of a multimedia browser intended for museums and it mixes browsing of content like images sounds and video. The images and sounds have been ...
|
| Backlight Control on WM5 devices | 18 Sep 2008 12:19 GMT | 6 |
I am trying to dimm the backlight programmatically. On many devices it can be done by changing the specific Registry key followed by setting the BackLightChangeEvent or SDKBackLightChangeEvent. However on a number of newer devices, (Dell Axims, Asus Mypals and others)
|
| Connect to network share with authentication | 18 Sep 2008 02:39 GMT | 2 |
I am working in C# VS2005 on WM6. I can connect to a shared folder, but can I connect to a network share AND supply username and password for the share? In particular I want to be able to specify the username and password in
|
| Larger SIP | 17 Sep 2008 23:57 GMT | 1 |
How can I create a bigger SIP panel? Thanks Kenan
|
| Update PDA system time using Desktop PC time through c# applicatio | 17 Sep 2008 15:03 GMT | 4 |
does anyone know how to update the PDA system from a desktop PC system time using a desktop c# application? Users may change the PDA time unintentionally. So upon connection to my application, I want to 'sync' the PDA time to be similar to my Laptop time.
|
| Syncing desktop application with Pocket PC (Contacts, Tasks, Calendar) | 17 Sep 2008 15:03 GMT | 3 |
OK, I'm at my wits end. I can't find any documentation on how to sync the contents of a Pocket PC with a Desktop Application. I just need to sync the contacts, tasks, and calendar with my CRM product. I've looked extensively at the StockPor sample from microsoft, but that does ...
|
| Scheduel pocket PC to wake up | 16 Sep 2008 17:55 GMT | 3 |
Can someone please help me with the code that can wake up the Pocket PC device in predetermined times. The application should wake up the device on certain times. I am using C# to develop the codes.
|
| truncate text labels | 15 Sep 2008 15:51 GMT | 2 |
I have some text labels which are too long and which are automatically wrapped to the next line. However, I want the text to be truncated. For the pc there are properties like autosize or autoellipsis. But these are not supported at .net cf 2.0. I can also find nothing about
|
| Cabled Activesync control | 12 Sep 2008 19:25 GMT | 4 |
I would appreciate any help with this issue, as Ive been looking for a full explanation of this question for some time, but have yet to find a definitive answer. I am looking for a way to disconnect the AS connection between a WM device
|
| mousedown event for button | 12 Sep 2008 14:57 GMT | 4 |
In the .net compact framework (2.0) the mousedown event is not available for a button control. However, for my application I really need this event. What I did is: make a new class which is derived from the button clase and add an event handler for the "OnMouseDown" event.
|