Page 1 of 1

webbrowser items tutorial (read first)

Posted: Tue May 04, 2010 1:21 am
by zachman61
can someone make this or tell me how to do it like google chrome's and the history and bookmarks just like it

Re: webbrowser items tutorial (read first)

Posted: Tue May 04, 2010 1:38 pm
by Agust1337
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.

Re: webbrowser items tutorial (read first)

Posted: Tue May 04, 2010 7:49 pm
by zachman61
i meant to write the tabs

Re: webbrowser items tutorial (read first)

Posted: Mon Jun 21, 2010 5:39 pm
by un kn0 wn
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