How to Create a Website URL Verifier in Visual Basic
Introduction:
Welcome to a tutorial on how to create a website/url verifier and checker in Visual Basic.
Steps of Creation:
Step 1:
First we want to create a form with a textbox to contain the website url, button1 to verify the url format and button2 to check the website response.
Step 2:
First lets make a function to check the url and return the correctly formatted url.