BLOG.CSHARPHELPER.COM: Activate another running program in C#
Activate another running program in C#
This is actually quite simple. First add a reference to the Microsoft.VisualBasic library. Then call Microsoft.VisualBasic.Interaction.AppActivate passing it the title of the program you want to activate as in the following code.
Comments