Pocket PC/Compact Framework


 The Microsoft .NET Compact Framework is not 100% like the common framework, so there is a lot of know-how here.
 
How to get the Startup Path on a Pocket PC with .NET?
Application.StartupPath does not work on a PocketPC, but is easy to get that path with some lines of C# code

How to really close a Form in a PocketPC?
By default forms in PocketPC wont close, see how to do it with C#

How to set full screen on a .NET Pocket PC application?
Special for games, but also when you need more space on that little device using Compact Framework.

How to get a HDC on CF?
No handle property?

How to connect your PocketPC Emulator to your PC via TCP/IP
Have you tried to connect your Emulator to your host machine with no good results, see what might be happening.