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

    Detecting the Video Card Details

    How to detect whether Video Card is installed or not, using VC++? Also how to find the details for Card, like what is the Virtual Ram for Card & etc..

  2. #2
    Join Date
    Aug 2001
    Location
    Sydney, Australia
    Posts
    813

    Re: Detecting the Video Card Details

    I did this in the past by using the card driver dll, they usually have some function that provides that info.
    Microsoft LVP - Least Valuable Professional

    Please rate this post... Pleeeeeeaaassee!!!

  3. #3
    Join Date
    Mar 2007
    Posts
    12

    Re: Detecting the Video Card Details

    Quote Originally Posted by Deniz
    I did this in the past by using the card driver dll, they usually have some function that provides that info.


    But that will be Card Dependant. Each card may need different Dlls. I would like to have some generalise solution.

  4. #4
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: Detecting the Video Card Details

    [ removed duplicate thread ]

    Please do not ask the same question in multiple sections of the forum.
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

  5. #5
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125

    Re: Detecting the Video Card Details

    Probably the best method would be to use WMI....
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

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