I would like to do something similar to the way the tabs in firefox appear.
Each form appears in a new tab.
Each tab has a X button in the upper right corner and an icon that is associated with the form.
Thanks
MDI using TabPages (internet browser style)
Started by desir, Jul 03 2009 09:24 AM
4 replies to this topic
#1
Posted 03 July 2009 - 09:24 AM
|
|
|
#2
Posted 03 July 2009 - 11:07 AM
To make Tabs it's simple.. just drag a Tab Panel (or something like that) on your form.. as for the X, like in FF.. I don't know if that is possible
#3
Posted 03 July 2009 - 12:56 PM
Search on Google: A highly configurable MDI tab control from scratch
It's the first link.
Sorry can't post links.
This is exactly what i would like to achieve.
Only that its written in VB and I need it in C#... Some event handlers used there i guess don't exist in c#. And I don't think that tutorial is even complete.
Thanks!
It's the first link.
Sorry can't post links.
This is exactly what i would like to achieve.
Only that its written in VB and I need it in C#... Some event handlers used there i guess don't exist in c#. And I don't think that tutorial is even complete.
Thanks!
#4
Posted 03 July 2009 - 01:00 PM
Yes I understood exactly what you meant.. with a normal tab you cannot achieve that.. you need a custom control for that.
#5
Posted 06 July 2009 - 05:18 AM
Just found a neat little one - TdhTabCtl from CodeProject :)


Sign In
Create Account

Back to top









