SStab in VBA 2000

Discussion in 'AutoCAD' started by srinivasan, Dec 3, 2004.

  1. srinivasan

    srinivasan Guest

    Hello all

    Anyone ever try to use an SSTab control in R2000 VBA?
    I can add the control, modify the number of Tabs, and change the TabCaptions, but I am unable to add any other controls on top of the SSTab.Also, when I run it, it doesn't respond to the Click Event.ToolTips show up, and the focus rectangle appears on the first Tab, but I am unable to change the active Tab. I tried by clicking and using the arrows.

    Thanks in advance.
    Sri
     
    srinivasan, Dec 3, 2004
    #1
  2. Seems to me that the SSTab control comes with VB not VBA
    In VBA you should be using the "Multipage" control.

    If you insist, try placing the sstab inside a frame.
     
    Jorge Jimenez, Dec 3, 2004
    #2
  3. Sri,

    As Jorge said, use MultiPage control. It work the same way SSTab does - acts
    as a container for Page objects. You just need to place your controls on top
    of Page objects (not the MultiPage itself).

    Regards,
    Maksim Sestic
     
    Maksim Sestic, Dec 3, 2004
    #3
  4. srinivasan

    srinivasan Guest

    Thanks all.

    I am using Multipage control and it solves my problem.

    Sri
     
    srinivasan, Dec 3, 2004
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.