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

Thread: SSTab

  1. #1
    Join Date
    Mar 2000
    Posts
    1

    SSTab

    I was curious how you can display new forms when a user presses a tab using the SSTab control. We can get the tabs to switch; however, we don't know how to display a new form for each tab.


  2. #2
    Join Date
    Aug 1999
    Location
    Pakistan
    Posts
    366

    Re: SSTab

    Well you can use
    form1.show
    on each click event for the tabs....


  3. #3
    Join Date
    Aug 1999
    Posts
    28

    Re: SSTab

    Form1.Show
    Form1.ZOrder


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