+ Reply to Thread
Results 1 to 5 of 5

Thread: MDI using TabPages (internet browser style)

  1. #1
    Newbie desir is an unknown quantity at this point
    Join Date
    May 2009
    Posts
    4

    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. #2
    TcM
    TcM is offline
    Code Warrior TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM's Avatar
    Join Date
    Aug 2006
    Posts
    11,461
    Blog Entries
    6

    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

  3. #3
    Newbie desir is an unknown quantity at this point
    Join Date
    May 2009
    Posts
    4

    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!

  4. #4
    TcM
    TcM is offline
    Code Warrior TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM's Avatar
    Join Date
    Aug 2006
    Posts
    11,461
    Blog Entries
    6

    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.

  5. #5
    Newbie desir is an unknown quantity at this point
    Join Date
    May 2009
    Posts
    4

    Re: MDI using TabPages (internet browser style)

    Just found a neat little one - TdhTabCtl from CodeProject

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Tutorial - An Internet browser!
    By travy92 in forum VB Tutorials
    Replies: 14
    Last Post: 07-07-2009, 01:08 PM
  2. Need Help with internet browser
    By wazofski in forum Visual Basic Programming
    Replies: 8
    Last Post: 03-08-2008, 10:36 AM
  3. Replies: 3
    Last Post: 09-15-2007, 10:08 PM
  4. Reduce your temporary internet file space
    By PC101 in forum Technology Ramble
    Replies: 4
    Last Post: 10-04-2006, 09:29 PM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

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