Capture an area of a game, display it in a small window

Posted by steakbbq on Game Development See other posts from Game Development or by steakbbq
Published on 2012-10-13T04:59:12Z Indexed on 2012/10/13 9:53 UTC
Read the original article Hit count: 124

Filed under:
|
|

I am looking to make a program that accomplishes some simple goals.

I need to be able to specify an area of my screen to have reproduced in a window. Similar to who the windows magnifier works.

I also need it to stay on top.

I also need it to be transparent.

I also need it to be ghost like(mouse clicks go through it) so the application below can be interacted with still.

Here is what I am trying to do. What would be the best way to go about it?

http://i.imgur.com/0ahi7.jpg

© Game Development or respective owner

Related posts about programming

Related posts about Windows