Results 1 to 2 of 2

Thread: VB Web Browser- Tabs under url

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2015
    Posts
    3

    Question VB Web Browser- Tabs under url

    I'm making a web browser in visual basics 2010 and I was wondering how can i make it so the url is under the tabs like google chrome?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,297

    Re: VB Web Browser- Tabs under url

    Just put it there. You can change the Location of the TextBox or ComboBox so that it is wherever you want. You then simply adjust the z-order to ensure that the TextBox/ComboBox is in front of the TabControl. You can do that by right-clicking and selecting `Bring to Front` or `Send to Back` or else use the Document Outline window.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width