| Thread | Last Post | Replies |
|
| The Device ID length | 09 May 2008 11:07 GMT | 4 |
I am using pInvoke of KernelIoControl in the coredll to obtain the unique Device ID. After reading up on the Device ID it appears to be stored in 16 bytes. I have an older PocketPC 2003 (HP iPAQ), and the Device ID is quite short, it looks like this (i changed some of the ...
|
| Packaging _setup.xml (for SSL Cert) into WinCE 5.0 CAB using CabWiz? | 09 May 2008 05:57 GMT | 5 |
I am attempting to install a SSL Certificate on a WinCE 5.0 mobile device. I have already created the appropriate "_setup.xml" file that contains the SSL Certificate installation information (as shown in several posts/blogs/WinCE32 SDK). Now I am attempting to package _setup.xml ...
|
| Hide/Show MenuItem | 07 May 2008 10:22 GMT | 9 |
How can i Hide a MenuItem from MainMenu? like that: menu1.visible = false; but the menu item dont have a propertie called visible.
|
| Ping, HTTP Request, and ActiveSync | 06 May 2008 15:29 GMT | 2 |
OpenNET CF Ping function works great to detect whether I can get a label to a network printer to print or not. Used to use the HttpRequest trick but the Ping kinda does two chores at one time - network connectivity and individual network device availability.
|
| Are IntPtr also potentially unsafe in case of exceptions in .NetCF or Need of SafeHandle? | 05 May 2008 18:47 GMT | 2 |
i recently red a blog entry (http://blogs.msdn.com/bclteam/archive/ 2005/03/16/396900.aspx) which stated that the use of IntPtr's holding a reference to unmanaged resources could be dangerous in case of object finalization and exceptions.
|
| Help required for Symbol 9090-S Bar Code Reader | 05 May 2008 15:52 GMT | 1 |
I've developed an application for Symbol Bar code reader that runs Windows CE, whole the application is fine but i'm unable to use its Scanning feature. via vb code i'm enabling true its barcode property like Barcode1.EnableScanner = True and i'm not getting any error also, but it ...
|
| So many resolutions - Best way to support the most of them? | 05 May 2008 10:33 GMT | 2 |
Which ways can you recommend to support the most of the resolutions known from WM6.0? 176x220 240x240
|
| SoundPlayer from resource in CF3.5 | 03 May 2008 13:33 GMT | 2 |
I using wav-file from resource without problem in desktop application in NF3.5 soundPlayer.Stream = Properties.Resources.tada; soundPlayer.Play();
|
| recalling forms in wm5 | 03 May 2008 10:49 GMT | 7 |
I have been using panels for most of my project (coming from evb i understood them) I have a project that has a form with c buttons each button will crete a unique for for that buttons functionality. In button 1 ihave the code
|
| Embedded C# (Studio 2005) User controls not painting in designer | 02 May 2008 23:32 GMT | 1 |
Embedded C# (Studio 2005) : In the designer, my custom controls are not being displayed. I just get a box with the type of the control shown as text. My custom control is a combination of drawing, some text and a bitmap. If the bitmap is not available my control simply draws a ...
|
| How to extract GPS tags from a image | 02 May 2008 17:11 GMT | 6 |
I think I have tried almost everything. 1. I have been able to do that from a .NET program and by using PropertyItems. Unfortunately PropertyItems is not available in CF 2. Using OpenNetCF. The GPS tags are not defined in this library.
|
| GPS and web service confilict | 01 May 2008 21:45 GMT | 4 |
I have an app read location from external GPS and send request to a webservice server using lat and longti as an input. I use SerialPort class(c#, CF2.0) to read data from GPS, and it works fine. However, after my serial port is opened. My webservice request
|
| How to run a project with Mobile 6 Emulator | 01 May 2008 17:17 GMT | 1 |
I installed Windows Mobile 6 Professional SDK on PC and when I run old application in Visual Studio 2005 I can choose to deploy on Mobile 6 Emulator. But when I create a new project and run it I can deploy only on Pocket PC
|
| Storage card issue | 01 May 2008 14:11 GMT | 5 |
Hi, All I have develop software for Texlogix Psion (Mobile 6.0) in CF 2.0. During testing i found out that device sometimes can't detect existance of storage
|
| Forms And Memory | 01 May 2008 05:41 GMT | 2 |
Hello All, I have a question about forms and memory. I used to always leave my forms in memory and then load them when needed however, due to becoming tight on memory, I started to close my forms and then create new ones when needed. My question is, what is better, leaving them ...
|