Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Is Unicode or not?

Is Unicode or not?

Scheduled Pinned Locked Moved C#
questioncsharptutorialannouncement
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Dominik Reichl
    wrote on last edited by
    #1

    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!

    G 1 Reply Last reply
    0
    • D Dominik Reichl

      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!

      G Offline
      G Offline
      Giorgi Dalakishvili
      wrote on last edited by
      #2

      You can find out on which OS your application is running by System.OperatingSystem and System.Environment classes

      #region signature my articles #endregion

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups