CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7

Threaded View

  1. #1
    Join Date
    Jul 2008
    Posts
    48

    How to set Display Settings to EXTEND mode in Windows 7 using C++?

    In my C++ Win32 program I want to set the current Display Settings to "Extend" mode. I Googled and found out that SetDisplayConfig() is the way to go forward in Windows 7 (I'm on Windows 7) but now I am kind of stuck how to proceed as the MSDN explanation (link http://msdn.microsoft.com/en-us/libr...=vs.85%29.aspx) is pretty confusing. I am very much new to C++ and API programming so I am finding it difficult to understand this.

    I would highly appreciate some code sample and an explanation. Thanks in advance!
    Last edited by sachintha81; July 5th, 2011 at 11:02 PM.

Tags for this Thread

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