Applications

An application is anything with an EXE extension that can be started from the shell. However, applications are also provided for directly in WinForms by the Application class from the System.Windows.Forms namespace:

 NotInheritable Class Application ' Properties Shared Property AllowQuit() As Boolean Shared Property CommonAppDataPath() As String Shared Property CommonAppDataRegistry() As RegistryKey Shared Property CompanyName() As String Shared Property CurrentCulture() As CultureInfo Shared Property CurrentInputLanguage() As InputLanguage Shared Property ExecutablePath() As String Shared Property LocalUserAppDataPath() As String Shared Property MessageLoop() As Boolean Shared Property ProductName() As String Shared Property ProductVersion() ...

Get Windows Forms Programming in Visual Basic .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.