Tabcontrol and TabPage

  • Thread starter Thread starter Maileen
  • Start date Start date
M

Maileen

Hi,

I used in the past (under VB 6), the tabcontrol and Tabpage.
It was really interesting because i was able to hide the tab by
themselves and user wasn't able to guess that it was tabcontrol or
another form.

Under VB.NET it seems that nothing is the same.
now to hide to tab of tabpage, i need to set the heigh to 2.
is there another way to do it nicer ?

thx,
Maileen
 
Maileen said:
I used in the past (under VB 6), the tabcontrol and Tabpage.
It was really interesting because i was able to hide the tab by themselves
and user wasn't able to guess that it was tabcontrol or another form.

Under VB.NET it seems that nothing is the same.
now to hide to tab of tabpage, i need to set the heigh to 2.
is there another way to do it nicer ?

Didn't we already discuss this topic?

<URL:http://www.google.de/[email protected]>
 
yes we already talked about it, but the problem of this solution is that
the height of Tab are lost space onto form.

Maileen
 
Maileen said:
yes we already talked about it, but the problem of this solution is that
the height of Tab are lost space onto form.

Mhm... You can place controls in this space or place the tabcontrol in a way
that it exceeds the form's boundaries.
 
Back
Top