Multiple Monitor
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have already developed a application which is doing the following: 1. This a MFC dialog based application 2. It has three button "Capture","List Windows","Exit" 3. It is listing all the windows and then 4. After selecting a window and if you press capture it will capture selected window data. 5. Now i have the captured image into a buffer. Question/Probelm: 1. How can i display this buffer only in the secondary monitor? 2. Is it possible to show the output in fullscreen mode on secondary monitor. 3.How can i maintain the aspect ration of the buffer on secondary monitor if the captured data dimension is smaller than the secondary monitor resolution? Please help.