wildcards

  1. C

    Question Wildcards

    Hey I need to make a simple if statement. If WebBrowser.Location = "http://www.google.com" Then Else MsgBox("Message") End If And there is something with statement as well... Not too sure what. But I'd like the if statement to look for every website not just google, so...
Back
Top