-
TabControl
When I draw a textbox on a tabpage in the TabControl in Visual Basic .Net how can I make that control visible to all the tabpages? In earlier Visual Basic Versions you would draw the control outside the TabControl and drag it on the tab Control or click the tab control and double click the control to draw on it.
-
Draw your textbox on the form, rightclick, bring to front.
right click your tab control, send to back. Drag the textbox to where you want it to be
;)
-
Doesn't always seem to work. As soon as I move the control on the tab page it goes back to being only on that tab page.