Hello,
Let say I have a window (IE for instance) and I know its handle (hwnd). How can I do to change the status window:
- active window
- full screen window
- miunimized window
etc...

I know I can do it using the shell command, but my program is already running, so I can't start it with shell...
Is there some functions like setMinimized(hwnd) ????
Thx for replying