Posts: 109
Threads: 45
Joined: Mar 2007
Sometimes web windows are too small and can't be max'zed or resized.
I know we can reset particular windows to particular sizes.
But is it possible to change the windows properties to allow manual resizing and maximizing?
Posts: 12,074
Threads: 141
Joined: Dec 2002
int w1=win("window name")
SetWinStyle w1 WS_THICKFRAME|WS_MAXIMIZEBOX|WS_MINIMIZEBOX 1|8
However resizing does not work for some windows.
Posts: 109
Threads: 45
Joined: Mar 2007
Thanks Gintara
I had to change the first line to
to get it to work
Man that is a nice feature when you need it, worked for me on the firefox window I was trying to view
[url]javascript:Help('http://us.rd.yahoo.com/mail_ca/help/?http://help.yahoo.com/help/ca/mail/context/context-80.html')[/url]
I looked for this in Windows Actions, wouldn't that be a good place for it?
thanks G