View Single Post
  #3 (permalink)  
Old 03-30-2007, 04:45 PM
Dan
Newsgroup Contributor
 
Posts: n/a
Re: Getting an app to open in a set window size & screen position

"Ayush" <"ayushmaan.j[aatt]gmail.com"> wrote in message
news:OZk3HsxcHHA.5052@TK2MSFTNGP05.phx.gbl...
> Try AutoHotKey. You can move,resize windows with it easily. For Example-
>
> WinMove,Nero Home,,0,0,200,200
>
> will move the window to top-left and set its width to 200/200
>
> http://autohotkey.com
>
>
> Good Luck, Ayush.
> --
> XP-Tips [Speed up menu display] :
> http://www.microsoft.com/windowsxp/u...tips/menu.mspx


Thanks Ayush, looks like it should do the trick!

Dan


Reply With Quote

 
Old 03-30-2007, 04:45 PM