I used Chris's HttpWrapper it's in Releases.
You need A:
Textbox
2 labels
1 Button
Lable 2 will be the one that shows you the Username
and Label 1 will just be on top of the textbox Saying " UserID: "
anyways here is the code:
Code:Public Wrapper as new HTTPwrapper public strHTML as stringDOWNLOAD!Code:strHTML = Wrapper.Get("http://www.gaiaonline.com/profiles/" + TextBox1.Text) Dim UserNM As String UserNM = Wrapper.Between(strHTML, "<title>Viewing ", "&") Label2.Text = "Username :" + UserNM
Results 1 to 9 of 9
Thread: [ VB.NET ] ID to Username
Threaded View
- 13 Sep. 2011 06:45pm #1
[ VB.NET ] ID to Username