markram,
Are you asking about the "tabs" on a TabControl?
If so, I don;t think you can put the tabs in a different 'section' of the form. The only way I can think of to do this would be to place a "second" TabControl (or a collection of command burttons?) in the header. Assume that you use a second tab control. IN the one in hte header, make the body height ~ 0, and give the tabs the same labels as you have on the one in the detail section. Place code in the On-Click event of the Header Tab control so set the tab in the detail section control to the same as the one in the header. When you click a tab in the header, the tabcontrol in the detail section switches to the same (appropiate) tab. Just for niceity, I would set the tabHeight in the one in the detail section to ~ 0, so the poor user doesn't get confused. This may be at hte 'edge" of hte normal box, but I wouldn't admit to it's being "Outside of the Box".
MichaelRed
mred@duvallgroup.com
There is never time to do it right but there is always time to do it over