Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » GUI » Tips and Tricks   (RSS)

Quick Tip: Getting the Collection of Checked ListView Items

Have you ever created a ListView control and wanted to get the collection of items that the user has checked? While I was working on my demo for MEDC, that was one of the things that I needed to be able to do. If I were writing my application for the

Separating Application Logic and Data Presentation layers

I'm a big advocate of separating an application's logic from it's user interface. By keeping the logic separate from the data presentation layer (UI), it becomes easy to swap out either component with minimal impact on the other. In addition to ease of
Posted by DavidKlineMS | 2 Comments
Filed under: ,

Programmatically Rotating the Screen using the .NET Compact Framework

Several months back, I wrote about how to determine whether or not a device supported screen rotation . This post prompted the question of how to programmatically rotate the device.. The snippets below check the device's current display orientation. If
Posted by DavidKlineMS | 3 Comments
Filed under: ,

Why do I get a NotSupportedException when updating a TextBox?

Have you ever been working on an application and found that when the code tries to update the Text property of a TextBox control that you encounter a NotSupportedException? Have you seen this with a Label, ListBox, Button or another control? If you have,
Posted by DavidKlineMS | 4 Comments
Filed under: ,

Adding a Non-Modal Splash Screen to your .NET Compact Framework Application

A few weeks ago, Anthony Wong posted an excellent entry on adding a modal splash screen to your .NET Compact Framework application . His post started me wondering about how to create a non-modal splash screen. Why a non-modal splash screen? By making
Posted by DavidKlineMS | 9 Comments
Filed under: ,
 
Page view tracker