
how to minimize program started with Process.Start
Just run it minimized in the first place ... have a look at the
ProcessStartInfo class, specifically the WindowStyle property.
--Bob
Quote:
> I can use:
> System.Diagnostics.Process.Start
> to open any Windows program.
> How can I minimize the program (not a .NET program) I just opened?
> --
> Thanks in advance, Les Caudle