| Thread | Last Post | Replies |
|
| Working with files | 29 Dec 2006 12:18 GMT | 1 |
I need to delete, create, append files en WindowsCE 4.2 Is there any library to do this? Thanks, Catalin
|
| Graphics.DrawString inconsistent drawing behavior on Dell Axim x50v (640x480) | 28 Dec 2006 19:11 GMT | 2 |
We have code that creates a Bitmap object and uses the Graphics object derived from it to draw string data on that Bitmap. When we execute that code on on the Full Framework, or on the compact framework listed below on a 240x320 device, the bitmaps produced are identical. When we
|
| how to write a program which is able to survive after a hard reset in mobile device | 28 Dec 2006 08:32 GMT | 7 |
Hello, I am researching the possibility of write a program which won't be earsed after a hard reset in mobile device. Can anyone point me a direction or give some advice? is it possilbe to do this using .net compact framework? or it can only be done in OS
|
| When the app run a warning message shows | 27 Dec 2006 21:16 GMT | 2 |
I'm developing a app. in C# 2.0 for a PDA. When I debug if and deploy the app. to the pda and it try to start, the pda shows a warning message saying "The application is of a unsafe manufacturer and it could damage the device, do you want to continue?"
|
| Dns.GetHostEntry throws SocketException in WM2005, OK in PPC2003 | 27 Dec 2006 16:25 GMT | 5 |
Using C#, .Net CF 2.0, WM 2005 on Symbol MC9090 IPHostEntry Dns.GetHostEntry (String) Throws:- {System.Net.Sockets.SocketException: The system detected an invalid pointer
|
| Create WiFi connection and many connection to internet by bluetooth | 27 Dec 2006 16:23 GMT | 1 |
Sorry my English. I have many PocketPC > 70 in different citys My application and config.ppc placed on SD card Users do not understand how to setup a handheld computer
|
| Right-To-Left Support in Pocket PC 2003 | 27 Dec 2006 16:19 GMT | 1 |
How can I enable right to left support for asian languages in Pocket PC 2003 SE? If it includes something called "SIP" then what is SIP? Where can I find information about SIP and font registration in pocket PCs?
|
| Debugging: Prevent upload to go via ActiveSync | 27 Dec 2006 16:15 GMT | 1 |
My WinMob 5 application uploads data to a server. If I want to debug this behaviour I have to hook my device to my computer using ActiveSync so that debug info goes to Visual Studio (2005). Unfortunately all data traffic is routed via ActiveSync from that moment. Is there a way to
|
| Inhibiting automatic QueryInterface in COM interop. | 27 Dec 2006 11:08 GMT | 1 |
Suppose[1] in some 3rd-party COM-based API there's a method which returns an IFooBar object: HRESULT GetFooBar(IFooBar **pvFooBar); and then for interop you convert this method to:
|
| file io, multithread => application exit | 27 Dec 2006 09:30 GMT | 1 |
Once in a wile I have an application disappearing without sending me any exception. It smells to a compactframework low level issue. I'm doing several IO operations with sockets and files in a multithreaded environment. My guess goes to file IO in a thread different from the
|
| DataGrid from bindingSource collumn width | 27 Dec 2006 02:25 GMT | 6 |
I can't make this style visible. I'm new in coding but I readed every post about that and have still problem. My code looks like this: DataGridTableStyle myGridStyle = new DataGridTableStyle();
|
| Pocket PC Application shortcut | 26 Dec 2006 16:44 GMT | 12 |
I managed to get shortcuts added to the start menu, but when I uninstall the application, these shortcuts are not removed and when I re-install the application, yet another shortcut is added (a duplicate one). Please let me know a solution for this problem...
|
| Not unsafe P/Invoke | 26 Dec 2006 16:42 GMT | 1 |
I am passing a struct to unmanaged code. One of the parameters contains a pointer that should point to a local variable to return some 16 bit data. I can do this in an "unsafe" context and it works. Is there a way to do the same thing without using "unsafe"?
|
| Dynamic menu and item clicked | 26 Dec 2006 15:27 GMT | 2 |
I recall being able to do this in Vb.net, but I can seem to find a way to accomplish it in the compact framework. I want to connect to a compact SQL database, get the list of tables and display them in a menu. I have no trouble doing this. My problem begins
|
| 2.0 SP1 and Visual Studio - Compile errors. | 25 Dec 2006 23:56 GMT | 1 |
Ok. I've setup a new machine with Visual Studio 2005. I have installed CF 2.0 SP1 redistributable. I get some errors in designer generated code that make it obvious that
|