N
news.microsoft.com
Hi,
I want to write a small program that can minimize another program running on
the computer.
If I press a button on the first program, the second program has to toggle
between minimized and maximized.
Are there any window calls that let you do that?
I can get the window handle from the program with
"process.start("secondprogram.exe").MainWindowHandle"
So I guess this can be a part of the solution?
Joris
I want to write a small program that can minimize another program running on
the computer.
If I press a button on the first program, the second program has to toggle
between minimized and maximized.
Are there any window calls that let you do that?
I can get the window handle from the program with
"process.start("secondprogram.exe").MainWindowHandle"
So I guess this can be a part of the solution?
Joris