Closed Thread
Results 1 to 5 of 5

Thread: MDI using TabPages (internet browser style)

  1. #1
    desir is offline Newbie
    Join Date
    May 2009
    Posts
    5
    Rep Power
    0

    MDI using TabPages (internet browser style)

    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

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Re: MDI using TabPages (internet browser style)

    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

  4. #3
    desir is offline Newbie
    Join Date
    May 2009
    Posts
    5
    Rep Power
    0

    Re: MDI using TabPages (internet browser style)

    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!

  5. #4
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Re: MDI using TabPages (internet browser style)

    Yes I understood exactly what you meant.. with a normal tab you cannot achieve that.. you need a custom control for that.

  6. #5
    desir is offline Newbie
    Join Date
    May 2009
    Posts
    5
    Rep Power
    0

    Re: MDI using TabPages (internet browser style)

    Just found a neat little one - TdhTabCtl from CodeProject

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 07-22-2011, 11:42 AM
  2. How to move the TabPages?
    By lopoppm in forum Visual Basic Programming
    Replies: 0
    Last Post: 06-16-2011, 08:30 AM
  3. Replies: 4
    Last Post: 02-20-2011, 04:18 PM
  4. Tutorial - An Internet browser!
    By travy92 in forum Visual Basic Tutorials
    Replies: 16
    Last Post: 06-15-2010, 07:58 PM
  5. Need Help with internet browser
    By wazofski in forum Visual Basic Programming
    Replies: 8
    Last Post: 03-08-2008, 08:36 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts