Results 1 to 6 of 6

Thread: An error occurred creating the form. See Exception.InnerException for details.

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    May 2011
    Posts
    33

    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
  •  



Click Here to Expand Forum to Full Width