psychotomus
Jun 17th, 2005, 10:27 PM
Ok. So what im doing might seem a little strange, but I receive this error and want to know how to fix it.
I am using the Inet control.
Heres the code
Dim Contents As String
Contents = Inet.OpenURL("http://images.google.com/images?q=" & txtSearch.Text & "&svnum=100&hl=en&lr=&c2coff=1&rls=DVXA,DVXA:2005-15,DVXA:en&start=0&sa=N&filter=0")
RichTextBox1 = Contents
Instead of displaying what the HTML really is in the rich text box.. It displays this.
Your client does not have permission to get URL images?q=naruto&svnum=100&hl=en&lr=&c2coff=1&rls=DVXA,DVXA:2005-15,DVXA:en&start=21&sa=N&filter=0
any ideas how to get around this?
I am using the Inet control.
Heres the code
Dim Contents As String
Contents = Inet.OpenURL("http://images.google.com/images?q=" & txtSearch.Text & "&svnum=100&hl=en&lr=&c2coff=1&rls=DVXA,DVXA:2005-15,DVXA:en&start=0&sa=N&filter=0")
RichTextBox1 = Contents
Instead of displaying what the HTML really is in the rich text box.. It displays this.
Your client does not have permission to get URL images?q=naruto&svnum=100&hl=en&lr=&c2coff=1&rls=DVXA,DVXA:2005-15,DVXA:en&start=21&sa=N&filter=0
any ideas how to get around this?