|
-
May 30th, 2008, 10:15 AM
#1
Thread Starter
New Member
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?
-
May 31st, 2008, 08:59 PM
#2
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).
Last edited by RhinoBull; May 31st, 2008 at 09:29 PM.
-
May 31st, 2008, 09:05 PM
#3
Thread Starter
New Member
Re: TabStop not there
 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.
-
May 31st, 2008, 09:29 PM
#4
Re: TabStop not there
As I said it works fine for me.
-
May 31st, 2008, 11:33 PM
#5
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|