| Thread | Last Post | Replies |
|
| Print screen on a Win CE 5.0 | 16 Aug 2007 23:23 GMT | 2 |
Is there a way I can get a print screen of my application running on Win CE 5.0. I am using VS 2005 with C# and trying to get a print screen using an emulator on Win XP but I cannot get on image of the emulator window. I tried to use ActiveSync Remote Display from Windows Mobile ...
|
| Memory leaks and how to solve them | 16 Aug 2007 21:36 GMT | 3 |
Users of the application I have developed report an occasional OutOfMemoryException. This prompted me to do some research on memory management and related issues and I have learned to use the NetCFRPM tool in combination with perfmon.
|
| HTC 8125 Wifi connection problem | 16 Aug 2007 17:49 GMT | 3 |
We have a problem to make connection on wifi. The first, we check if wifi card is turn on or not. if it turns off, we turn the wifi card on first then check associate access point whether it is access point is what we want. It works most of our devices except HTC 8125 from
|
| How to define SmsSetMessageNotification function in .net cf? | 16 Aug 2007 06:25 GMT | 12 |
HRESULT SmsSetMessageNotification ( const SMSREGISTRATIONDATA * psmsrd); typedef struct smsregistrationdata_tag { DWORD cbSize; //3 * 260 or 3 * 260 + 4 ???
|
| EXE file version info? | 15 Aug 2007 22:01 GMT | 3 |
I've religiously filled out all the info in the My Project\AssemblyInfo.vb and hardcoded the version number as 3.1.0.12 for instance. I build/rebuild and go to the newly built AppName.exe assembly and right click and look at properties and no version tab and no version info even ...
|
| Windows CE .NET 5.0 | 15 Aug 2007 16:14 GMT | 6 |
Is it possible to develop application with VS.Net 2003 on Windows CE .NET 5.0 device ? I test with Windows CE .NET 4.20 and it's ok, but with .net 5.0 I have no idea!
|
| activex for webapp | 15 Aug 2007 11:54 GMT | 4 |
Hi everybody.. Some kind who tell me how can i create an registrable dll which can be callable form a web pag using javascript the comands like var aObj = new ActiveXObject( "MyDLL.coMyDLL" ) ;
|
| System.UnauthorizedAccessException | 15 Aug 2007 07:24 GMT | 2 |
When loading a project, I get hundreads of "A first chance exception of type 'System.UnauthorizedAccessException' occurred in mscorlib.dll". It is generated when the form is loading (before form_load is executed). The software is working fine. I think it has to do something with ...
|
| Accessing the Bluetooth COM ports in VB | 15 Aug 2007 01:35 GMT | 28 |
I have been trying to write a VB program to use Bluetooth to communicate between a PDA running Windows CE 4.2 and another BT device. I found this article that got me started: http://www.devx.com/wireless/Article/11511
|
| UI Automation. Can it be done? | 14 Aug 2007 23:52 GMT | 9 |
I have been trying to write a UI automation application for my Compact Famework 2.0 application. I have so far been very unsuccessful. I have found some desktop examples using Reflection on the Microsoft
|
| direct back to application after taking a picture | 14 Aug 2007 20:00 GMT | 4 |
Is there a way to get back to the application after taking a picture? I am able to take the picture but then the still picture is displayed opposed to the my application I don't want see the picture on my form.
|
| Uninstall App from PPC with C# | 14 Aug 2007 15:24 GMT | 1 |
I'm trying to uninstall an app installed in my PPC. I need to do it with C# code (NOT throught Setting-System-Remove programs). First I need to know if the app is installed and then I need to remove it.
|
| how to tell path to wceload process??? | 14 Aug 2007 09:06 GMT | 4 |
how can to tell the install path to the wceload process? im trying to intall cab in /noui mode, but if i dont choose between device or storage card, dont install correctly i tryed with this http://blog.opennetcf.org/afeinman/PermaLink,guid,1de2284c-a65e-417c-a130-1bd5ac d4ad3d.aspx
|
| Tap And Hold With Keys Events | 13 Aug 2007 22:12 GMT | 2 |
I would like to display the tap and hold animation (dots circle) when a hardware button is pressed. I'm not really sure about the key event I should use: KeyPress, KeyUp or KeyDown. After many search on the Internet, I do now find something that helps
|
| Depart Auto code from forms code. | 13 Aug 2007 19:50 GMT | 3 |
Just got this HUGE c#.net cf2 project to debug. For some reason, the programmer used the same form.cs for his code, and for the generated form controls. To make things worse, some of his code is in between the lines of the
|