Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This section includes the following samples:
Simple Hello World Sample
Hello World Sample
Simple Hello World Sample
This sample demonstrates the basic code needed to instantiate a Form object as a derived class and create an application using the Windows Forms Application Model.
Link to the online sample documentation
Link to the online sample source code
Namespaces used in this sample:
System; System.Windows.Forms
Classes used in this sample:
Form; Application; Thread
Hello World Sample
This sample demonstrates the basic code needed to designate a Form object as a derived class and create an application using the Windows Forms Application Model.
Link to the online sample documentation
Link to the online sample source code
Namespaces used in this sample:
System; System.Windows.Forms; System.Drawing
Classes used in this sample:
Form; Button; Message; MessageBox; Control; TextBox; SystemInformation; EventHandler; Application; Exception; Thread; EventArgs