vb2005-like tab appearance

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to get tabs, in a tabcontrol, to look like those in vb 2005?
 
telluricboats said:
Is there a way to get tabs, in a tabcontrol, to look like those in vb
2005?

Are you referring to those in the IDE or the .NET 2.0 Windows Forms
TabControl?
 
Sorry. I should have been more specific in my original question.

I am referring to the IDE. I'm curious about the tabbed MDI. Is this
accomplished with a modification of a form, a tab control, something else?
 
Sorry. I should have been more specific in my original post.

I am curious about the tabbed MDI in the VB 2005 IDE.

What would traditionally be the title bar appears as a tab. Is this
accomplished using a form, a tab controls, something else?
 
If you want to create a tabbed mdi app (not just make a tab control
that looks like the vs.net tabs) use the mdimanager from the same
infragistics package. It gives you full support for vertical and
horizontal tab groups just like vs.net.

Sam
 

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

Back
Top