Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » GUI   (RSS)
Sorry, but there are no more tags available to filter with.
On NETCF V2, a message box is automatically closed if MessageBox.Show() is called after a form is closed. This is different behavior from NETCF V1 and Desktop (V1/V2). To work around the issue, simply call Message.Show() on another thread with codes like Read More...
0 Comments
Filed under:
Sometimes it would be nice to add a splash screen to your Pocket PC application. You can show your company logo, product title, product logo as well as other information on the splash screen. On .NET Framework, you may use two Application.Run() calls, Read More...
1 Comments
Filed under:
NETCF V2 adds the AutoScroll feature, showing scrollbars on a form when one of its controls is outside the visible region of the form. To enable auto scrolling, simply set the AutoScroll property of the form to true. To change the visible region of the Read More...
2 Comments
Filed under:
 
Page view tracker