CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2004
    Location
    Bangalore,karnataka,India
    Posts
    13

    Question system information

    how to get hardware information like screen resolution,windows version etc in vc++ in the run time?

  2. #2
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354

    Re: system information

    I am not sure if you mean the graphics driver capabilities. But, if you want to know what the current settings are , look at
    SystemParametersInfo API. Most of these info directly correlate to various settings you can do with control panel.

    To get Windows version, use GetVersion/GetVersionEx

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