I have a handle on another process\' main window in .net (proc.MainWindowHandle). How do I maximize the window inside of .net?
You could also use SetWindowPlacement. There's further info about it on Pinvoke.net.