August 2003
Intermediate to advanced
736 pages
14h 48m
English
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:
sealed class Application { // Properties public static bool AllowQuit { get; } public static string CommonAppDataPath { get; } public static RegistryKey CommonAppDataRegistry { get; } public static string CompanyName { get; } public static CultureInfo CurrentCulture { get; set; } public static InputLanguage CurrentInputLanguage { get; set; } public static string ExecutablePath { get; } public static string LocalUserAppDataPath { get; } public static bool MessageLoop { get; } public static string ProductName { get; } ...Read now
Unlock full access