CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2009
    Posts
    6

    Cool cature second monitor's screen?

    Hi,


    I can capture first monitor's sreen by using GetWindowDC()..

    I'd like to know how to capture second monitor's screen shot?
    Can I capture by start x, start y, width,high of second monitor's

    any type of image is OK to me..(bmp, or jpg, etc)


    Have a nice day.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: cature second monitor's screen?

    Quote Originally Posted by somez72 View Post
    I'd like to know how to capture second monitor's screen shot?
    Can I capture by start x, start y, width,high of second monitor's
    Did you try it? What happened?
    Victor Nijegorodov

  3. #3
    Join Date
    Feb 2005
    Posts
    2,160

    Re: cature second monitor's screen?

    Take a look at the the multiple monitors section of the GDI documentation. Functions like EnumDisplayMonitors (http://msdn.microsoft.com/en-us/libr...10(VS.85).aspx) might help.

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