I have a .NET compact framework program that has my CE device open a socket to my PC over the USB cable\'s ActiveSync connection.Everythin开发者_开发问答g works fine, except when I\'m trying to use a
I am developing an application for a .NET CF3.5 WM6.1 device with a barcode reader and want to catch all buttons (F1, 1, scanner buttons) click on a device. Especially I am interested how to catch bar
I have an application developed on .NET CF 3.5 and I try to localize it for multiple languages. I have made a global resource file that is under Properties folder and moved all strings from code and f
DateTime datuMDokumenta = Convert.ToDateT开发者_JAVA技巧ime(txtDatumDokum.Text); txtDatumDokum.Text is like \"09.09.2011\".
I´m trying to detect when a combobox in my Windows Mobile application is hit by a 开发者_StackOverflowmouse click. Unfortunately this component in .NET CF2.0 doesn´t have a MouseClick event (whereas
I develop C# .Net CF applications for a Win CE device, and am having problems getting the speaker volume change to affect actual volume when playing sound.
We have a .NETCF 3.5 app written in C# where we use some fairly large lists and dictionaries of objects, populated with data from a SQL Server and persisted to SQLCE databases on the device.
I have problem with generated client for WCF service. Problem is that it ignores some fields when it converts request to soap.
My application consume a web service but always receive the following expception on first try after the application is started: System.Net.WebException with inner exception System.InvalidOperationExce
I\'m using a WebBrowser control in .NET CF 3.5 for a Windows CE device application, and for security reasons need to disable the Context Menu.I\'ve tried a variety of things, none of which seem to wor