You are viewing our Forum Archives. To view or take place in current topics click here.
My Way Of A TTG Name Availability Checker
Posted:
My Way Of A TTG Name Availability CheckerPosted:
Status: Offline
Joined: Oct 15, 201113Year Member
Posts: 360
Reputation Power: 14
Status: Offline
Joined: Oct 15, 201113Year Member
Posts: 360
Reputation Power: 14
What You Need
1 WebBrowser
1 TextBox
1 Button
Code:
1 WebBrowser
1 TextBox
1 Button
Code:
If TextBox1.Text = "" Then
MsgBox("Enter A Username!", MsgBoxStyle.Critical, "Enter Username")
Else
WebBrowser1.Navigate("www.thetechgame.com/" + TextBox1.Text)
MsgBox("Checking Availability!", MsgBoxStyle.Information, "Checking")
MsgBox("Finished Checking!", MsgBoxStyle.Information, "Checked")
End If
End Sub
#2. Posted:
Status: Offline
Joined: Jul 07, 201113Year Member
Posts: 2,314
Reputation Power: 102
Status: Offline
Joined: Jul 07, 201113Year Member
Posts: 2,314
Reputation Power: 102
Or you can search the members and if he/shes not on the list then your sorted
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Oct 15, 201113Year Member
Posts: 360
Reputation Power: 14
Status: Offline
Joined: Oct 15, 201113Year Member
Posts: 360
Reputation Power: 14
Parcel wrote Or you can search the members and if he/shes not on the list then your sorted
or you can just type in the internet www.thetechgame.com/enterusernamehere
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.