Dim strLink As String = "www.google.com"
Dim chromelocation As String = "D:\Application\chrome.exe"
Process.Start(chromelocation, strLink)