| Thread | Last Post | Replies |
|
| Map Control | 13 Mar 2008 20:32 GMT | 7 |
Can anybody recommend a .NET Compact Framework control to display a roadmap in a mobile app, similar to Google Maps? Free or commercial is OK. I have looked quite a bit, but have only found a few options, and they all have some issues. I was surprised; it seems like this
|
| SLOW bitmap from Stream | 13 Mar 2008 15:59 GMT | 9 |
Hi,there i 'm writing an application about bitmap displaying.But i find it works not very well because of the terrorable performance . here's my code
|
| Auto-detecting SD card insertion | 13 Mar 2008 11:15 GMT | 6 |
Can someone point me in the direction to some c# code for auto-detecting when a user inserts an sd card into a device?
 Signature Noble D. Bell
|
| compact framework 2.0 on wondows ce 4.2 | 13 Mar 2008 10:13 GMT | 2 |
I´ve develop an application using Visual Studio 2005 and compact framewotk 2.0. Could be ruun on windows ce 4.2 system? thanks
|
| [Semi OT] client telnet | 13 Mar 2008 08:46 GMT | 2 |
I'm wondering where i can find a free telnet client (VT100/VT220) for pocketPC /Windows Mobile 5/6 ? Thanks a lot.
|
| Application crashes when user receives incoming call | 12 Mar 2008 23:47 GMT | 7 |
Hello Friends, I am facing one problem. I have one timer in my application which sends job refresh request to server at regular interval. Now when user is using this application and if there is any incoming call, application crashes.
|
| Making Video Capture library using Direct Show for windows mobile | 12 Mar 2008 22:26 GMT | 1 |
I am developing an application in C# to record video. For that i am making a WINCE Dynamic Link Library in Embedded Visual C++ 4.0 which I can call from my C# application. I am developing this application for ARMV4I.
|
| Screen size on different device | 12 Mar 2008 22:12 GMT | 2 |
Hi group, Usually, i work on different device, and have to make my programs work on all, with (if possible) the same look, and the same code. i bored about write code to know where is the main menu (in top or
|
| Panel | 12 Mar 2008 18:25 GMT | 2 |
I am having issues with SelectNextControl when there is a panel that contains multiple controls that have tab stops. I played with the tabindex in the editors and things still do not work. So in my constructor of my form I forced tabindex of my panels, but then I get a warning ...
|
| Memory stick dismount from software | 12 Mar 2008 15:57 GMT | 2 |
How can I dismount a memory stick (from software) to save some unwritten/cached data and any mailfunction after using?
|
| Message constant values or magic numbers? (C#) | 12 Mar 2008 15:49 GMT | 2 |
I didn't find any namespace for some Windows constants when I working in .NET CF and C# (e.g. WM_PAINT or any other message constants). I can use direct values of these message-constants but I don't like use any "magic number" in my source codes.
|
| book on CF 2.0 or 3.5 | 12 Mar 2008 12:22 GMT | 5 |
Can someone suggests me a good book about compact framework 2.0 or 3.5? Thanks Dar
|
| Start process remotely and wait for execution | 11 Mar 2008 22:12 GMT | 5 |
Is it possible to get return code from remotely started process? Wait until process stops execution? Thanks,
|
| Voice Command Managed Wrapper | 11 Mar 2008 13:05 GMT | 2 |
Does any one remember the demonstration of the Voice Command API (http://channel9.msdn.com/showpost.aspx?postid=303900 , skip 15 minutes into the video)? That was demoed about a year ago, but I've not seen the API made public yet.
|
| MissingMethodException when i load 1.1 dll from 2.0 application | 11 Mar 2008 09:41 GMT | 2 |
I have an application running on CF 1.1. I want to upgrade this application to 2.0 but one of the referenceses is outsourced and written in delphi 2005 so I can't get 2.0 version of that. I tried to load this dll from 2.0 application but I get
|