Results 1 to 5 of 5

Thread: TabStop not there

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2008
    Posts
    3

    TabStop not there

    I created an activex control in VB6 using the wizzard. The control has a command button and a picture control, programatically I decide when one is visible. No wild and wacky code here, no APIs, simple stuff. The resultant control, when placed on a form does not have the "TabStop" property. What did I do wrong, or what did I not do?

  2. #2
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: TabStop not there

    TabStop is defined for each individual control inside your user control (activex control).
    I'm not sure what you've done but I do have TabStop available for newly created user control (or activex for that matter).

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2008
    Posts
    3

    Re: TabStop not there

    Quote Originally Posted by RhinoBull
    TabStop is defined for each individual control inside your user control (activex control).
    True, but not for the created control. When I tab through my form, it skips right over my control even though the controls within my created control all have their respective TabStop set to true.

  4. #4

  5. #5

    Thread Starter
    New Member
    Join Date
    May 2008
    Posts
    3

    Re: TabStop not there

    Re-created project from scratch and I see the TabStop property. I will try to see what is different between the two projects are, but for the moment will simply have to shrug my shoulders and say "whatever".

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