I need to install .net 3.5 compact framework on WINCE 6 device using wceload.exe command on startup. Problem is, i have .net 3.5 cab file on my storage card and i have managed to install it, But, whe
Is there a way of automatic depoloyment of SQL CE 3.5 dlls without necessity of installing separate CABs on Windows Mobile?
I\'m trying to build a sample project for windows mobile (pre-windows phone 7).I\'ve created a Win32 device project in VS 2008 and i have the windows mobile SDKs installed.I replace the main function
what is the best way to realize a communication between 2 processes? And how do I exchange Objects between both? I hoped that I can use something like WCF netNamedPipeBindin开发者_如何学运维g, in my u
Is this possible? I\'d like to display a list of Item Types an开发者_Go百科d quantities that can then be expanded or collapsed with + and - ; when expanded they will show a number of rows of Items (an
I\'m in need to create an GPRS connection in an PDA that has windows ce 6. Now normally i would had to use the manufacturer\'s dll to create that, but they said that they use ras to accomplish this. T
I\'ve found that there is no printing interface built into .Net compact, so my question is how can I print? My overall goal is just to send some basic stuff to a wireless label printer that I will con
I have coded a custom keyboard on CF 35. , Windows CE 6.0 . It is created and added to form on BaseForm and all forms inherit from this one.
I get this error when opening the design view of a form that has a Honeywell DecodeControl on it (for a Honeywell barcode scanner - Dolphin 6100 if anyone is interested).
I have a class that is written for the .NET Compact Framework 3.5 which is nothing more than a wrapper for the System.Net.Sockets.TcpClient class.