hi VB
I Have Made My Web Browser But i Want to add events for url to display in the bottom left hand corner like IE8 look at the pic below i want to embed this into my Web Browser please any1 Help Me
http://i27.tinypic.com/2vv3t53.jpg
Printable View
hi VB
I Have Made My Web Browser But i Want to add events for url to display in the bottom left hand corner like IE8 look at the pic below i want to embed this into my Web Browser please any1 Help Me
http://i27.tinypic.com/2vv3t53.jpg
try this:
vb Code:
WebBrowser1.navigate(url) label1.text = "Waiting for " & url while WebBrowser1.ReadyState <> WebBrowserReadyState.complete Application.DoEvents() End while label1.text = ""
hi got this error, how do i declare url
http://i28.tinypic.com/2lkfl2x.jpg
vb Code:
'using this webpage dim url as string = "http://www.vbforums.com/showthread.php?p=3572503#post3572503"
it sort of works but im using web browser tabs Ie activebrowser and it wont let me navigate one page were i want to go if i want to navigate i have to open a new tab then it will navigate and it doesnt show where the url is navigateing to from the combobox just to make sure were do i stick this code ??
i've never written a tabbed webbrowser. JMcilhinney has a codebank example
you know that code you gave me where am i supposed to stick that under mate
try your combobox selectedindexchanged event.
read the example. it'll help.
i Got the first TabPage to use status label like this http://i36.tinypic.com/70uy47.jpg also Tab Page Can use Mouse Over Link And Displays in StatusLabel But Doesnt work For New tab
But Second tab Page doesnt not load Status Label as you can see
http://i34.tinypic.com/ayt7o1.jpg
is there anyway i can code this to work on all new tabs i open
please help me