CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2002
    Location
    Boston
    Posts
    67

    Activate Tab Page

    How do I activate a page on a tab control?
    TabPage2.Select(), for example, doesn't work.

    Curt

  2. #2
    Join Date
    Apr 2000
    Location
    Dallas, TX
    Posts
    173

    Lightbulb

    Code:
    tabControl.SelectedIndex = 2
    Preston Park
    CTT+, MCT, MCSD
    http://www.prestonpark.com/

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured