views:

367

answers:

3

Is there a freeware tool that can resize a .NET winform window on a running application to a specific resolution? If I'm running on a large resolution and want to see what a window looks like at a specific resolution, this tool should resize a single window to that resolution. I use to have something like this but not sure what the name was.

Something similar to this: http://www.actualtools.com/articles/detail.php?ID=882.

A: 

You can write something simple by using AutoIt to manipulate windows (and more).

TomWij
A: 

Thanks. Cool tool and simply enough to use. They functions for getting the window size but not resizing: http://www.autoitscript.com/autoit3/docs/functions/

4thSpace
+1  A: 
Martin Plante