Results 1 to 4 of 4

Thread: AxtiveX Control in Design-time.

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2001
    Posts
    65

    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

  2. #2
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    some thing like
    VB Code:
    1. Public Event TabClicked(Index as Integer)

    what is this control built of? What do u use for the tabs?
    -= a peet post =-

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Oct 2001
    Posts
    65
    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

  4. #4
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    hmm.. kind of lost here, because I'v never used the EditAtDesignTime prop myself... sorry
    -= a peet post =-

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