Solved the URL problem

July 18, 2008 at 3:50 am (Achievement) (, )

i thought that the url of a web browser was impossible to change within coding of vb.net, as i would not overcome the url type error… after researching some basic principles of the vb.net web browser control ,i found the solution!

such a simple code

webbrowser1.navigate(object)
……

my lack of knowledge was the problem… hence its not a limit nor an obstacle anymore!

Permalink Leave a Comment

URL of a Web Browser

July 18, 2008 at 3:47 am (Limits, Obstacles) (, )

With the great advantages of a web browser, the only obstacle i face with using this short cut my lack of knowledge in coding with a web browser. I am not able to to change the url of a web browser:

everytime i try to tell the code:

dim urlz as string = “C:\FBIIC\playmusic.swf”
webbrowser1.url.string = urlz

i continue to get the error “can not convert url type to string”

this seems to be challenging as i have tries multiple ways but continue to get the same error… so far i have not been able to find the solution…

Permalink Leave a Comment