|
-
May 22nd, 2013, 09:00 PM
#1
Thread Starter
Member
An error occurred creating the form. See Exception.InnerException for details.
Dim tags = Form2.RichTextBox1.Lines
Dim url = ???"
Dim urltags = ?? + tags
Dim request As System.Net.HttpWebRequest = System.Net.HttpWebRequest.Create(urltags)
Dim response As System.Net.HttpWebResponse = request.GetResponse()
Dim sr As System.IO.StreamReader = New System.IO.StreamReader(response.GetResponseStream())
End If
___________________________________________________________________________________________
when i change
Dim tags = Form2.RichTextBox1.Lines to form2.richtextbox1.text it works but it only scans the 1st word of the list and stops
___________________________________________________________________________________________
ERROR: Operator '&' is not defined for string "https://live.xbox.com/en-GB/Prof" and type 'String()
Last edited by League; Aug 21st, 2013 at 12:25 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|