hello all, i have a problem...
Some Windows when minimized by an external program restores itself... is there any way of holding the window down with another executable and use other applications?
i have tried minimizing it with a timer, it doesnt work... only hangs my computer...
Some Windows when minimized by an external program restores itself... is there any way of holding the window down with another executable and use other applications?
i have tried minimizing it with a timer, it doesnt work... only hangs my computer...
You want to minimize a Program wich restores itself?
What about just make it invisible?
What about just make it invisible?
yes please :D
You might also replace all the windows' window procs :grin:
Try ShowWindow() with SW_HIDE