I don´t get it:
I´m launching an external program with my tool (with RunProgram). So I have the PID and the hwnd. Now I wanna hide the external program with one click from my own app. The problem is: ShowWindow_(hwnd,#SW_HIDE) hides the program from the desktop, but not from the taskbar. It does not have a minimize function, so maybe it has something to do with that.
With other external program (e.g the windows calculator) it works, but not with the program I need to hide. Is there a way to hide it from the taskbar too ? I already tried GetParent_(hwnd), but it returns "0" so there is no parent window

Any tips ?
Regards,
Glow