|
-
Oct 8th, 2001, 11:27 PM
#1
Thread Starter
Lively Member
AxtiveX Control in Design-time.
Hi,
I am creating a UserControl in VB (It's a Tab control). I don't know how to change the tab when the actor clicks on a Tab in Design-time mode (not in Run-time mode). What event should I use? Could you please tell me how to do this?
Thanks in advance,
Trung Luu
-
Oct 8th, 2001, 11:39 PM
#2
-= B u g S l a y e r =-
some thing like
VB Code:
Public Event TabClicked(Index as Integer)
what is this control built of? What do u use for the tabs?
-
Oct 9th, 2001, 04:45 AM
#3
Thread Starter
Lively Member
Thank you very much.
But the control only works when I select Edit item in context menu. Are there any ways to make this automaticlly?
By the way, how to make the tab control to a container control?. I already set the Usercontrol's ControlContainer property is true. But when I change the tabs. All controls are included in the tab don't show.
Trung Luu
-
Oct 9th, 2001, 04:47 AM
#4
-= B u g S l a y e r =-
hmm.. kind of lost here, because I'v never used the EditAtDesignTime prop myself... sorry
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
|