Top "Compact-framework" questions

Microsoft .Net Compact Framework (compact-framework, .netcf) is a constrained version of Microsoft .Net Framework designed for limited resource devices such as mobile phones, personal digital assistants and other embedded devices.

testing if a string can be cast as a integer in VB.NET

Is there a better way of testing if a string can be converted to an integer other than something like …

vb.net compact-framework casting
Set columns width in a datagrid using Compact Framework

I'm trying to set the width of the columns in my datagrid. I use Compact Framework 2.0 and C# I tried …

c# visual-studio-2008 datagrid compact-framework datatable
Detecting network state (connected - disconnected) in C#

I am in need of a piece of code that can detect if a network connection is connected or disconnected. …

c# compact-framework networking windows-ce ethernet
Milliseconds in DateTime.Now on .NET Compact Framework always zero?

i want to have a time stamp for logs on a Windows Mobile project. The accuracy must be in the …

c# datetime windows-mobile compact-framework timestamp
How to Auto-Update Windows Mobile application

I have a .net cf 3.5 Windows Mobile application that my client wants to have autoupdate features. Here is what I …

windows-mobile compact-framework installation clickonce
Value does not fall within the expected range

Error when trying to display the form designer. See picture of the error: Code of the screen: public partial class …

visual-studio-2008 forms c#-3.0 compact-framework windows-mobile-6.1
Compact Framework - OpenNetCf.Net FTP Samples?

I am trying to get the OpenNetCF.Net FTP Components working with my PDA application. I am struggling to get …

c# compact-framework ftp windows-mobile-5.0 opennetcf
Store an image in a SQL Server CE database

Does any one know of an example on how to store an image in a SQL Server CE database? What …

c# windows-mobile compact-framework sql-server-ce linq-to-dataset
Windows Mobile: using phone's camera with C#

I want to show the image that mobile phone's camera its taking on a control in a WinForm. The idea …

c# windows-mobile compact-framework camera
Where does the file Microsoft.CompactFramework.VisualBasic.targets come from?

I have a Pocket PC 2003 solution, consisting of three projects, that was created in Visual Studio 2005. I open the solution …

.net-3.5 compact-framework