| Thread | Last Post | Replies |
|
| What is the equivalent of REG32 type in C#? | 08 Sep 2006 16:20 GMT | 11 |
Is there a matching equivalent for REG32 type in C#? Thanks.
|
| The device security configuration disallowed the connection | 08 Sep 2006 14:11 GMT | 3 |
Yesterday I received my new HTC MTeoR SmartPhone that runs Windows Mobile 5.0. I have installed Windows Mobile 5.0 SmartPhone SDK and Visual Studio 2005 Team Suite on my Tablet PC. I also installed the SP1 Patch.
|
| Sending email to Pocket PC 5.0 local inbox | 08 Sep 2006 09:26 GMT | 5 |
I wanted to send email to Pocket PC 5.0 local inbox from C++ application. I mean to create an inbox entry locally. Can anybody help me how to do? Thanks,
|
| Uninstall not removing everything. Help please. | 08 Sep 2006 05:58 GMT | 1 |
When I uninstall my application from a PPC using "remove programs" I cannot seem to get the entire application to remove. It wants to leave behind folders and data. Sometimes it will alert me that a file or folder is in use or marked read only and sometimes it will complete the ...
|
| How to keep a program running while in Standby mode | 07 Sep 2006 22:39 GMT | 8 |
I'm working on a project that would need to keep working for data synchro reasons. And I need it to be working even when the PDA is StandBy (Black screen and all). how can it be accomplished? I really need some help on this one. I've tried a timer and also a thread, they
|
| Can someone save my project? | 07 Sep 2006 16:39 GMT | 2 |
So i've done my best, searched the net, read ms blogs and so on... Here i have ( http://doker.toya.net.pl/FastPaint.zip in vb) my solution: one form project and one class project with bar control that contains ownmade imagebuttons.
|
| Trace.WriteLine (Urgent) | 07 Sep 2006 16:06 GMT | 4 |
I have an app that is performing some very complicated operations at a certain point. Sometimes this takes 45 seconds, sometimes (on the same data) it takes 5 minutes. I'd like to try to track down the cause of this problem but stepping through the code doesn't help much ...
|
| space showing instead of start/title bar | 07 Sep 2006 15:20 GMT | 4 |
I'm writing a game that uses full screens. The only time it doesn't work is the first time a couple of the forms are displayed. In those cases, the top of the screen (where the start bar usually is) from the previous form/screen is displayed instead.
|
| Leads to .NET CF Custome controls development | 07 Sep 2006 12:57 GMT | 1 |
Can anybody please lead me to some resources on developing custom controls for PocketPC using .NET CF? Thank you Satish
|
| Volume slider keys F6 && F7 | 07 Sep 2006 12:50 GMT | 3 |
I'm developing an app for a Falcon psc with a keyboard and want to use the function keys. The F6 and F7 key are apparently used for Volume up/down. Is there a way to change that so that I can trap these events in the Form OnKeyDown ?
|
| Where are all these designer attributes in CF 2?? | 07 Sep 2006 01:37 GMT | 3 |
I've made an usercontrol in full .net framework which has Items property. So of course i had some attributes applied like: <System.ComponentModel.TypeConverter>
|
| How can I tell if my form was started using Application2? | 07 Sep 2006 00:39 GMT | 4 |
This question involves the OpenNetCF SDF. Is there a straightforward way to determine whether a form was started using the SDF Application2 class? That is, Application2.Run(new form()) rather than Application.Run(new form())
|
| AppDomain.CurrentDomain.GetAssemblies() | 06 Sep 2006 21:57 GMT | 5 |
I need to get the Current Domain assemblies: Assembly[] assm = AppDomain.CurrentDomain.GetAssemblies() the CF don't have "AppDomin.GetAssemblies()" what can I do in order to get the Current Domain Assemblies list?
|
| newbie and compact framework versions | 06 Sep 2006 21:28 GMT | 1 |
Hi, I am writing my first app aimed at windows mobile devices I need to use a 3rd party component which is aimed at compact framework 2 as i understand that it has better thread support than version1.
|
| ActiveSync | 06 Sep 2006 19:55 GMT | 2 |
Is there an API call or a registry hack to prevent the Activesync connection dialogue appearing upon a host connection. Pocket PC 2003
|