Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Make a fixed window resizable
#1
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?
#2
Code:
Copy      Help
int w1=win("window name")
SetWinStyle w1 WS_THICKFRAME|WS_MAXIMIZEBOX|WS_MINIMIZEBOX 1|8

However resizing does not work for some windows.
#3
Thanks Gintara
I had to change the first line to
Code:
Copy      Help
int w1=win()
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


Forum Jump:


Users browsing this thread: 1 Guest(s)