OS version

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rinaldo

    OS version

    Hi,

    How do I see which OS the user uses? In C++ it is GetVersionEx but what is
    it for c#?

  • Peter Duniho

    #2
    Re: OS version

    On Tue, 26 Feb 2008 10:58:32 -0800, Rinaldo
    <zwartehoofdpie t@hotmail.com.n ospamwrote:
    How do I see which OS the user uses? In C++ it is GetVersionEx but what
    is it for c#?
    I'll grant you that MSDN's search isn't necessarily the best around. But
    when I entered ".net os version" as my search terms for MSDN, the
    Environment.OSV ersion property appeared _twice_ in the top ten results,
    along with a number of other articles providing similar information.

    MSDN Search. Check it out. You might like it. :)

    Pete

    Comment

    Working...