VB 2005\2008 bookmarks for webbrowser - part1
Loading...
8,078
Loading...
Uploader Comments (anass2008)
see all
Video Responses
see all
All Comments (40)
-
it gives me an NULL error everytime i add a new website or remove one
WHY??
-
will this give u unlimited bookmarks... or only 2?
-
yea i figured that out long time ago
-
the same but with the code that is on your go button but take out .navigate(textobx1.text)
-
i Got Tab Control Not Webrowser What Do I Do???
-
Dude leer dan engels :O
-
GOod tutorial and nice song :)
thanks!
-
yeah, me too!!!!!
Loading...
i have just one question...
what is the WebBrowser1??? on the coding
jlowe4cheese 2 years ago
when u drag the webbrowser control from the toolbox and drop it in ur form that is WebBrowser1
anass2008 2 years ago
Good tutorial, I remembered how I started off developing my browser by watching these types of tutorials.
Rated 5/5 stars.
So anass2008, do you mind checking out my progress on my current browser? The link to my official site is located on my user page; or if you're feeling lazy, it's: projectphoenix(dot)tk
Thanks, and I hope I can get some feedback from you :)
PhoenixDeveloper 3 years ago
thx for this nice comment and the rating, and i have seen ur web browser and it look awesome but when i downloaded the last version and ran the Setup file it says that there are missing files.
anass2008 3 years ago
Hey I Have A Question For The
"Web_Navigated" Part, If Your Using A Tabbed Web Browser How Would You Write It??? I Sat And Though For Hours But I Cant Get It
DuneStoneProductions 3 years ago
hey, it easy just type in the code of the new tab
AddHandler "put here the name of the declared webbrowser without the quotes" .Navigated , AddressOf Web_Navigated
then under any "End Sub" put this
Private sub Web_Navigated ( byval sender as object, byval e as webbrowser.NavigatedEventArgs
then click enter it will create "End Sub" for u then u put the code u want.
anass2008 3 years ago