| Thread | Last Post | Replies |
|
| .netCF 2.0 Image Size for Windows CE 5.0 | 04 Feb 2008 22:40 GMT | 1 |
Does anyone know how much storage memory is required for the .NET Compact Framework version 2.0, plus all dependencies, if added to a Windows CE 5.0 OS image? Robert
|
| Large image | 04 Feb 2008 20:03 GMT | 14 |
I have a map in the format of 3000 * 3000 pixel bmp-file. This is of course to big to load into a bitmap. Does anyone have any ideas how to handle this image to be able to pan the map in the PDA. Do I have to cut the image into smaller pieces or
|
| SIP Client Implementation + WM5.0 | 04 Feb 2008 15:51 GMT | 1 |
I am preparing for my graduation project, which is WiFi-Phone ! I want to know if implementing a SIP Client on WM 5.0 is possible. Cause I have read that there are no SDKs for doing such thing. Thanks,
|
| How to create cross-platform class libraries? | 04 Feb 2008 13:40 GMT | 1 |
We have a C# project for a PDA (Windows Mobile 5.0 Pcoekt PC, using VS2008) where we create some utiity classes that should be used both for the PDA and for the "real" Windows XP platform. Currently, we create a C# smart device class library project. When
|
| Mouse selection | 02 Feb 2008 10:06 GMT | 7 |
I have a picturebox control, that I am dynamically generating a graph of points (vector drawing). Now, what I need to do is when I hold my pointer on a plotted point (or within a specified radius), I want to pop-up certain information about the
|
| How do show main menus programmatically? | 02 Feb 2008 08:55 GMT | 2 |
I need to get a main menu to expand, via code, as thought clicked by the user. Any ideas has how to achieve this?
|
| Painting in a DLL | 02 Feb 2008 07:02 GMT | 2 |
Using CF 1.0: I writing a test for a larger project. The test is to have my C# code call a C DLL and have the C DLL do a FillRect on my control. Are there any examples of how to do this on the web? The C# code is:
|
| sqlce and compact framework as part of cab file package | 01 Feb 2008 17:11 GMT | 6 |
Is it possible to include sqlce and compact framework cab files as part of my application's cab file. So when the user taps the my application's cab file, it automatically installs CF and Sqlce on the device along with installing my mobile
|
| HttpWebRequest.GetRequestStream and ProtocolViolationException | 01 Feb 2008 06:45 GMT | 1 |
I'm working on an application that I would like to get running on a WM6 Smartphone. The application needs to be able to send HTTPS POST requests with Content-Type text/xml This is the code I am using to send the request:
|