| Thread | Last Post | Replies |
|
| Main Menu on top instead of bottom. | 12 Feb 2008 21:03 GMT | 3 |
We have a program that was developed in C# and tested for Windows Mobile with .net compact framework 2.0, but we would like it to be usable in Windows CE also, but in Windows CE 5.0, the main menu is on the top instead of the bottom like in Windows Mobile 5.x and 6.x.
|
| Eventhandler question | 12 Feb 2008 16:15 GMT | 5 |
Probably an easy question. I need to add and remove EventHandlers for different controls. The problem is how do i prevent an eventhandler from being added twice. This is not working
|
| No Preferred List Found | 12 Feb 2008 15:48 GMT | 5 |
I am using the OpenNetCF 2.1 library when with a VB.NET 2005 application to connect my CE device to a wireless printer. Occasionally when connecting, I get the error messages AdapterException in SetWirelessSettingsEx - 'No Preferred List Found' My code uses SetWirelessSettingsEx ...
|
| How to check the power supply | 11 Feb 2008 23:00 GMT | 3 |
I am looking for a possibility to check the power supply of my PDA. I am using the .netCF 2.0. Regards Michael
|
| Very inefficient LTP Listener thread - How can I make it more efficient? | 11 Feb 2008 20:43 GMT | 2 |
I have been running the CLR Profiler to find out where our memory leak issues are. After some analysis, I found the #1 memory hog was in our TCP listener thread. It took me a second to figure out what was so wrong with it. Here is a look, can you spot it:
|
| socket problem | 11 Feb 2008 20:32 GMT | 5 |
I ve got small problem with the "connect" I made a application waiting for a connection and for a data. And I written in VS 2005 ap rogram w pocket pc. Program is working good on the Pc. The problem is that is crashing down
|
| Invisible HDC | 11 Feb 2008 17:25 GMT | 2 |
Is there a way to create an invisible HDC object, that I can using the System.Drawing.Graphics class on, and then copy that data to a bitmap? I've been able to do it with a visible HDC (a form), but I need to do it with an invisible one and one that is larger that the device screen.
|
| Larger contact picture | 11 Feb 2008 15:10 GMT | 4 |
I am using an iPaq with WM5 Pocket PC phone edition. I am writing an app in NETCF 2.0 to show full screen caller ID picture. I am using Microsoft.WindowsMobile class library. When I pulled the picture from contacts, I was expecting it to be the
|
| Indexerstellung mit SQL CE nicht mögli ch? | 11 Feb 2008 14:20 GMT | 5 |
Guten Morgen, ich habe eine C#-Applikation geschrieben, die eine SQL Server Compact Edition Datenbank für eine MDE-Anwendung erstellt. Das Füllen der Datenbank funktioniert auch soweit sehr gut. Lediglich die Erstellung
|
| Visual studio hogging CPU and memory for this PPC project... | 11 Feb 2008 11:24 GMT | 5 |
I have an old VS 2003 project - VB.NET with compact framework. For some reason, since the conversion, this project hogs memory and cpu bad. It takes 3 minutes to go from code to form view. I have tried many ways, including the many faqs on the NET to speed this up
|
| FileStream.SetLength() Not Creating Empty Space | 09 Feb 2008 18:10 GMT | 1 |
I've noticed that whenever I use FileStream.SetLength() on a file that is on the emulator, the file is empty (filed with nothing but zeros). But whenever I use it on an actual device it is not empty. In some cases its filled with data that was stored in files that had since
|
| MSFT changing classes when they say we shouldn't | 09 Feb 2008 13:37 GMT | 12 |
A while back I wrote about CF 1's Form not implementing IDisposable. Seems like there are other classes that also don't; e.g. SolidBrush. Note however that these classes CF 2 do implement IDisposable. This is, by Microsoft's definition, a breaking change.
|
| ComboBox.BackColor when ComboBox.Enabled = false; | 08 Feb 2008 22:27 GMT | 5 |
I need to inherit from av Combobox component and override a suitable method to set the backcolor to white when the control is disabled. I need the text to more readable in daylight. In the full framework I can override WndProc(ref Message m), but in CF
|
| Programmatically set Connect To Internet | 08 Feb 2008 17:02 GMT | 1 |
Hello all, I need a way to set a WM 5 deivce to connect to the internet rather than work. I was able to do this in WM2003 makeing a couple of registry tweaks howver they do not work in 5.0. Have anyone done this?
|
| Dotfuscator disassociates derived class when base class is linked with other assemblies | 08 Feb 2008 15:53 GMT | 5 |
I've run into an odd problem using the Dotfuscator tool. I have a reasonably large PDA C# Winfoms application that when obfuscated "as- is" works fine on the device. However, when I "link" together a number of assemblies then the application becomes broken. One of the
|