Results 1 to 2 of 2

Thread: ActiveX control

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Posts
    12
    Please help!
    I have ActiveX control, which contains the button.
    After the button is pressed, the form is opened
    (the form which is added to the project).
    I want , that when I'll click the form ,
    the button's caption (which is inside ActiveX
    control) will be changed.
    How can I do this ?

    If someone has code-example, I'll be happy
    to get it !!!

    Thank you ,

    Yossi
    yossi

  2. #2
    Junior Member
    Join Date
    Nov 2000
    Posts
    20

    Reply to query

    Create a sub proc in the active x control. Code it to change the caption of the label placed on the control.

    Call this procedure in the form_click event proc using the
    standard object.method manner.

    Lets hope this solves your problem.

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