Dim getaddress As New StringBuilder getaddress.Append("https://www.google.com/maps?q=") If Not txtPostCode.Text = "" Then getaddress.Append(txtPostCode.Text) End If WebBrowser1.Navigate(getaddress.ToString())
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)