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?
Printable View
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?
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.