CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2000
    Posts
    129

    How to programmaticaly get the version of the OS on users PC?

    I need to install fonts on users machine so before doing that i need to know what operating system is used by user. Please help.

    ???

  2. #2
    Join Date
    Aug 2000
    Location
    West Virginia
    Posts
    7,725

    Re: How to programmaticaly get the version of the OS on users PC?


  3. #3
    Join Date
    Jan 2000
    Posts
    129

    Re: How to programmaticaly get the version of the OS on users PC?

    Thank you very much! Its exactly what i need !!!

    Do you know any sample program that shows how to install fonts on the users PC?

    Thanks a lot, alex.

    ???

  4. #4
    Join Date
    Aug 1999
    Location
    Wisconsin
    Posts
    507

    Re: How to programmaticaly get the version of the OS on users PC?

    Get my routine GET_WIN_VERSION_EX from:

    http://www.neurophys.wisc.edu/ravi/software/winver/

    Good luck.



  5. #5
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

    Re: How to programmaticaly get the version of the OS on users PC?

    Take a look at http://www.codeproject.com/system/dtwinver.asp. This is one of the most comprehensive I saw...

    Ciao, Andreas

    "Software is like sex, it's better when it's free." - Linus Torvalds

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured