Results 1 to 2 of 2

Thread: Multipage selection

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    86

    Exclamation

    Is there a way to move to a separate page within a multipage with a command button rather than clicking on the actual tab.


    Thanks

    Kelly

  2. #2
    Guest
    Try the following. (For SSTab)
    Code:
    SSTab1.Tab = 2
    For a TabStrip, use this:
    Code:
    TabStrip1.Tabs.Item(2).Selected = True

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