CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 1999
    Location
    FL
    Posts
    18

    Getting Name of Video Adapter

    How do you get information about the current video adapter. I've looked in the registry, but there is extra information. My video cards are listed as \0002 and \0003 under HKEY_LOCAL_MACHINE\System\CurrentControlset\Services\Class\Display, but I'm not sure what \0000 and \0001 are. Is there a Windows API for getting the display adapter info?


  2. #2
    Join Date
    May 1999
    Posts
    34

    Re: Getting Name of Video Adapter

    You may want to search the entire MSDN collection for the following:

    ChangeDisplaySettings
    ChangeDisplaySettingsEx
    WM_DISPLAYCHANGE
    EnumDisplayDevices
    EnumDisplaySettings
    SETDISP.C

    Good luck,
    Marc


  3. #3

    Re: Getting Name of Video Adapter

    Most of those functions are Windows 2000 only, not quite useful.

    I searched them all and found nothing that could be useful to get the name of the video card...


  4. #4
    Join Date
    Feb 2001
    Location
    Canada
    Posts
    6

    Re: Getting Name of Video Adapter

    Hi there,
    I am having the exact same problem and am wondering if anyone was able to answer this question?
    Please let me know if there is any way to retrieve the Video adapter information...
    Thanks


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