I have a strange problem. If I execute an external program with
Process.Start(Path);
Some bugs appear in the program (the interface (buttons and so on) does not refresh completely when they should).
If I start the program directly (with the exact same .exe as specified in Process.Start()
), no bug comes up.
The program does not need any startup-arguments or whatever.
Any ideas? Is this a known Issue when executing programs this way?