ID:159303
 
1.)Maximize a window
2.)Minimize a window
with code

The first one, I guess, can be achieved by finding the screen resolution and setting the size to the approprate size. But is there anyway i can be like shell("minimize") or somethinig real easy >.<.
Tubutas wrote:
1.)Maximize a window
2.)Minimize a window
with code

The first one, I guess, can be achieved by finding the screen resolution and setting the size to the approprate size. But is there anyway i can be like shell("minimize") or somethinig real easy >.<.

winset(src,"window1","is-maximized=true")

winset(src,"window2","is-minimized=true")
In response to Haywire
THANKS!

forgot skins were so powerful :O