How to create a full-screen application in .Net CF
Applications can use the screen real estate to their benefit by running in full-screen mode. If you are developing your application in .NET CF, there are 2 ways to make it full screen. In CodePut the following code into your form’s Load() method like below. In Designer ViewSet FormBorderStyle to None and…