Funvill
11-Apr-2006, 01:53 PM
Hello
I uses beyond compare with my custom CVS server,
I often check in and out source code with beyond compare using the “open with command” and a BATCH file.
The problem is that when I check in a few hundred files, the batch file steals focus every time it launches, and my computer is useless for 30+min.
It would be nice if you added an option to the “open with” dialog to stop a program from stealing focus,
so I can continue doing work while Beyond compare checks in my source code
If you use ShellExecuteEx then you can just set the nShow flag to SW_SHOWMINNOACTIVE
I uses beyond compare with my custom CVS server,
I often check in and out source code with beyond compare using the “open with command” and a BATCH file.
The problem is that when I check in a few hundred files, the batch file steals focus every time it launches, and my computer is useless for 30+min.
It would be nice if you added an option to the “open with” dialog to stop a program from stealing focus,
so I can continue doing work while Beyond compare checks in my source code
If you use ShellExecuteEx then you can just set the nShow flag to SW_SHOWMINNOACTIVE