Tabcontrol and TabPage

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
 
H

Herfried K. Wagner [MVP]

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]>
 
M

Maileen

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

Maileen
 
H

Herfried K. Wagner [MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top