C# Tab Help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jaco208
    New Member
    • Aug 2008
    • 1

    C# Tab Help

    I'm making a browser, with tabs in C#. I would like to know if there is a way to tell which tab is currently selected, and if there is, what is the code?
  • Laharl
    Recognized Expert Contributor
    • Sep 2007
    • 849

    #2
    C# should go on the .NET forum, actually.

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      How have you implemented your browser? Which controls did you use?

      Comment

      • Plater
        Recognized Expert Expert
        • Apr 2007
        • 7872

        #4
        myTabControl.Se lectedTab
        Really now, did you even look at your objects?

        Comment

        Working...