Designing GUI Applications with Windows Forms
- Investigating Unsupported Controls in the .NET Compact Framework
- Investigating Unsupported System.Windows.Forms Functionality in the .NET Compact Framework
- Working with the Visual Studio .NET Form Designer
- Understanding the Different Windows Forms Target Platforms
- Working with the Form Control
- Programming the Button Control
- Using the TextBox Control
- Using the Label Control
- Working with RadioButton Controls
- Using the CheckBox Control
- Using the ComboBox Control
- Using the ListBox Control
- Using the NumericUpDown Control
- Using the DomainUpDown Control
- Programming the ProgressBar Control
- Using the StatusBar Control
- Using the TrackBar Control
- Using the ToolBar Control
- Adding Menus with the MainMenu Control
- Using a ContextMenu Control in an Application
- Using the Timer Control
- Using the OpenFileDialog and SaveFileDialog Controls
- Using the Panel Control
- Using the HScrollBar and VScrollBar Controls
- Using the ImageList Control
- Using the PictureBox Control
- Using the ListView Control
- Using the TabControl Control
- Using the TreeView Control
- Working with the DataGrid Control
- In Brief
In this Chapter
Unsupported Controls
Working with the Visual Studio .NET Form Designer
Working with the Form Control
Working with Windows Forms Controls
In Brief
The .NET Compact Framework provides a rich functionality for building graphical user interfaces for your application. However, this functionality is a subset of what the full .NET Framework supplies. Before we instigate the controls that the .NET Compact Framework supports, let's investigate what is missing.
Investigating Unsupported Controls in the .NET Compact Framework
The .NET Compact Framework provides a subset of the controls available on the full .NET Framework.
The following list contains the controls that are not supported on the .NET Compact Framework.
CheckedListBox
ColorDialog
ErrorProvider
FontDialog
GroupBox
HelpProvider
LinkLabel
NotificationBubble
NotifyIcon
All Print controls
RichTextBox
Splitter