-
I am getting sick of using tabs, its necesairy because I need a compact interface if not, I'd either have a former larger than the screens resoloution or I would have to spread it out over quite a few forms for the main sort of screen. But I am really getting sick of them, is there any real alternative to make a nice compact interface???
-
Menus? Toolbars?
Do you use menus or toolbars?
In VB6 (don't know about earlier versions), you can have drop-down menus on toolbars.
-
Which tabcontrol are you using? If you use SSTab i think it's quite workable in design time...
Or.. you can put your controls in a picturebox that's bigger than the form and use a scrollbar to navigate...
-
you could use frames...
:)