I am writing a menuing application that starts up other applications as seperate processes. If the user selects an application that is already running, I want that application to be displayed and become the active one on the desktop. When I start the application up, I maintain a process object. So I can get the MainWindowHandle for the process. In VB6.0, I could pass this handle to ShowWindow to get the desired results. So how do I do it with VB .NET?
Thanks
Thanks