webbrowser items tutorial (read first)

Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
4 posts Page 1 of 1
Contributors
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

can someone make this or tell me how to do it like google chrome's and the history and bookmarks just like it
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that :)
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

zachman61 wrote:
can someone make this or tell me how to do it like google chrome's and the history and bookmarks just like it
If you didn't realize Google Chrome is open source, so you can see, but what I think it is, is just a html page made in Adobe Dreamviewer or something.
Top-notch casual Dating
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

i meant to write the tabs
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that :)
User avatar
un kn0 wn
VIP - Donator
VIP - Donator
Posts: 269
Joined: Mon Mar 29, 2010 6:12 pm

if u want tthe google chrome like tabs at the top you have to download a component called dotnetbar and add it to your toolbox. once you added it insert a tabstrip and in the properties mdimode = enabled and flattenmdiborder = true.

then in the form properties set mdiparent = true then double click your addtab button and in the code type:

Dim F as new form1
f.show()

hope it helps
4 posts Page 1 of 1
Return to “Tutorial Requests”