CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: open tab page

  1. #1
    Join Date
    Feb 2009
    Posts
    28

    open tab page

    Hi.
    How can i open page of a specific tab when a condition achieved without click this tab using c#?

  2. #2
    Join Date
    Dec 2002
    Location
    at home and at office :D
    Posts
    126

    Re: open tab page

    tabCtrl.SelectedTab = tabCtrl.TabPages[<index_or_key>];
    Better ask and make a rhyme
    than search dead threads for a long time.

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