Heya, I've got to use Visual Basic for an exam for IT, and I'm kinda new to it. I've picked up some stuff from using Ruby, as it seems fairly similar.
I'm playing around with it, and I came across the Web Browser widget. It has a .Url property; I tried changing this using a textbox and it tells me "String cannot be converted to System.Uri".
Anyone know how the Web Browser widget works that could tell me what I'm doing wrong here?
Ok so I worked that one out.
But now I'm getting an error that's not letting me test my project:
System.InvalidOperationException
{"An error occurred creating the form. See Exception.InnerException for details. The error is: Request failed."}
It doesn't point me to a line, and even happens when I delete all of my code...
Thanks,
~Wyatt
I'm playing around with it, and I came across the Web Browser widget. It has a .Url property; I tried changing this using a textbox and it tells me "String cannot be converted to System.Uri".
Anyone know how the Web Browser widget works that could tell me what I'm doing wrong here?
Ok so I worked that one out.
But now I'm getting an error that's not letting me test my project:
System.InvalidOperationException
{"An error occurred creating the form. See Exception.InnerException for details. The error is: Request failed."}
It doesn't point me to a line, and even happens when I delete all of my code...
Thanks,
~Wyatt