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.
Re: cature second monitor's screen?
Quote:
Originally Posted by
somez72
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?
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.