|
-
Sep 9th, 2007, 10:00 PM
#1
Thread Starter
Member
VB2005 TabControl
Hi,
In VB2005 express tabcontrol, there are options: Normal, buttons and flatbuttons of the appearance. How can I remove buttons at the top of the tabcontrol, I just want to leave the rectanage graph over there.
In MS Access, the tabcontrol's style can setup None. Can VB2005 express tabcontrol setup no button/tab?
-
Sep 9th, 2007, 10:15 PM
#2
Re: VB2005 TabControl
It's not actually the "VB 2005 Express TabControl". It's the System.Windows.Forms.TabControl, which is the same no matter what version of VB you use or even what .NET language you use (VB, C#, C++, J#, Delphi, etc.).
No, the TabControl doesn't support that because there is no need for it. Just add multiple Panels and either hide and show them as needed or change their z-order so only one is showing at a time. You can create your own UserControl and place the Panels on it, then treat the whole thing as one unit if you want.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|