This C# Windows-CE tablet application needs WindowState Maximized and Size set to 800x480 to completely fill the screen
I\'m wondering is it possible to develop a small application (C#, .NET Compact Framework, maybe using Windows Mobile SDK (I don\'t know yet)) which will be able to connect to the internet when my phon
How would one marshal the char arrays in the following struct definition? in the .Net CompactFramework (For Windows CE)
I have a Windows Mobile Standard application written in C#. In the application is a form that displays a record, originally drawn directly to the form in the Paint event. I recently replaced that to u
When I try to build my project, I get the following error: error : Unable to update the AssemblyFileVersion for c:\\builddir\\MyProject\\AssemblyInfo.cs: No stub entry for AssemblyF开发者_StackOverfl
I\'m using c# to make a mobile 6 application. I created another windows form in the project. This is the form that I would like to load first. This is whathave tried:
I am using ADO.NET Provider on Windows Mo开发者_如何学Cbile (C#) to connect to SQLite database.
I\'ve a project that need to be compiled in Compact .NET Framework 3.5 and .NET Framework 3.5 (2 projects in fact, just compiling options that changes between both).
I\'m trying to compile a DLL in vc++ and use it in C# for 开发者_运维百科Smart Device. Is it possible and how?You have to use PInvoke, and you probably need to expose the call from your unmanaged dll
I was trying to add a form cashing module for my application and i implemented this msdn sample: Form Stacking and Caching