I want to hide an external application, ie. not the current application. I want to give the title of the application and it will be hidden. How can I do this programmatically?
|
|
In general terms, you could call |
||
|
|
|
You need to get a handle to the window (which you can do using FindWindow()). Then you need to call ShowWindow() and set it's shown state to hidden. |
||
|
|
|
|
|
||
|
|
