| Thread | Last Post | Replies |
|
| Documentation on dropped features in WinMo? | 20 Jun 2007 05:50 GMT | 2 |
I don't want to sound like whining, but a few days into the developement of WinMo app, I find the most frustrating thing is the lack of documentation on features that were supported in Win32 but dropped in WinMo. For example, owner draw combo boxes and list boxes (hmmmm... not ...
|
| Error when opening a user control inherit from OrientationAwareCon | 20 Jun 2007 01:17 GMT | 3 |
Previously i encounter error when opening an OAC user control but it was resolved magically without me knowing wat i have done. But recently I encounter this same problem again and unable to open up my user control. It keeps prompting me the error:
|
| TransperantLabel | 19 Jun 2007 17:39 GMT | 3 |
I am able to draw transperant lables by overriding OnPaint and using "Drawstring" of the graphics class. Do any one know about a more flexible approach to have transperant labels.? I have a embedded resource background and I need to have labels on the
|
| Signing corporate applications .. problem again | 19 Jun 2007 12:30 GMT | 3 |
According one of my previous post, I have to add certificates to stores in the device using an autorun.exe. using this autorun.exe, I added a custom corporate certificate in the Root, CA, SPC, Unpriviledge and Priviledge stores (not sure if all are required).
|
| GPS sample and Windows Mobile 2005 | 19 Jun 2007 11:44 GMT | 6 |
I am currently developing a software that use a GPS device (with .NET 2 and Visual C#) for the Pocket PC environment (Windows Mobile 5) and I have some questions about using GPS Intermediate Driver. Firstly, my Pocket PC is a HTC Avantage X7500 with inbuilt GPS. I have founded the
|
| Creating a transparent Control | 19 Jun 2007 10:59 GMT | 2 |
I would like to create a transparent Control in C#. I am creating a offscreenImage and use ImageAttributes backgroundAttr = new ImageAttributes(); backgroundAttr.SetColorKey(Color.Black, Color.Black);
|
| C# Treeview | 19 Jun 2007 08:56 GMT | 2 |
It's possbile to remove the black border of the treeview control? I'm using NET CF 2.0, Windows Mobile 5.0 and c# Thanks
|
| SystemParametersInfoW missing constants | 18 Jun 2007 22:48 GMT | 3 |
http://msdn2.microsoft.com/en-us/library/aa932539.aspx This MSDN article has quite a few constants in it that I'd very much like to use. However a large number of those constants aren't found in the header file that the article says to include (winuser.h) and when I try to use ...
|
| Detection of hardware platform under ce | 18 Jun 2007 21:54 GMT | 4 |
Is there a possibility to detect the hardware platform an appliction is running on. More precisely: Is it possible to detect that an application is running on a pocket pc or on a generic wince device?
|
| Compact Framework 2.0 installer failing on Vista | 18 Jun 2007 19:46 GMT | 1 |
When I run the .NET Compact Framework installer on VIsta for Business when UAC is enabled I receive an "invalid setup file" error from Application Manager and the installation aborts. I am prompted by UAC for permission to run the installer, which I grant. The same problem
|
| Blocking waiting message box ? | 18 Jun 2007 19:45 GMT | 1 |
In an autorun.exe I wrote, I perform several operations, including installing the compact framework using wceload.exe /silent command line. Since I do not want the user to be able to neither cancel the installation, nor choose the path, I use the /silent switch.
|
| Real Time clock | 18 Jun 2007 14:34 GMT | 1 |
I have a problem with one of my devices WM 5.0, the date and time resets after certani warmboots,ran few scripts to ascertain the problem, but still at impasse y the reset of date and time ocurs to the factory defaults after few hundred warm boots.
|
| Windows Mobile 5.0 Messaging | 18 Jun 2007 12:06 GMT | 1 |
Hi, can I gain access to the new Windows Mobile 5.0 Messaging folders with IMAPI functions? I can iterate through the Message Stores using the following code but can't find the new messaging store:
|
| Sensors and PocketPC | 18 Jun 2007 11:05 GMT | 9 |
I would like to develop an application for Windows CE on a PocketPC... I have quite good knowledges on programming in C++ I also have good knowledges in electronics. But my program for WinCE needs a sensor : a hall effect sensor that
|
| Application protection | 18 Jun 2007 09:18 GMT | 2 |
I need to protect my app made with C#, for this i need 2 things : - Code offuscation tool - Licence management what tools do you suggest me ?
|