Is Unicode or not?
-
Hello! How can I determine at runtime if my .NET is running as a Unicode Windows application? For example, if I run my application on Windows 98, all the window controls are used in ANSI mode. If run on Windows 2000 and higher, the Unicode versions of the window controls are used. Is there a way to see which version is currently used? Thanks and best regards Dominik
Too many passwords to remember? Try KeePass Password Safe!
-
Hello! How can I determine at runtime if my .NET is running as a Unicode Windows application? For example, if I run my application on Windows 98, all the window controls are used in ANSI mode. If run on Windows 2000 and higher, the Unicode versions of the window controls are used. Is there a way to see which version is currently used? Thanks and best regards Dominik
Too many passwords to remember? Try KeePass Password Safe!
You can find out on which OS your application is running by System.OperatingSystem and System.Environment classes
#region signature my articles #endregion