How to bring external application window on top? [duplicate]
问题 This question already has an answer here : Check process is running, then switch to it? (1 answer) Closed 2 years ago . I have Outlook express always on top and Google chrome behind Outlook. How to bring running Google chrome on top of OutLook express using visual basic? Following opens a new application but i want existing Google chrome to bring on top? Shell("C:\Program Files (x86)\Google\Chrome\Application\chrome.exe", AppWinStyle.MaximizedFocus) EDIT: Public Class Form1 Declare Auto