-
adding an event
hi,
i would like to add an event click to a shape
so i opened the activex control and put a shape on it
then in my code i wrote
public event click()
in the testing form i have
private sub usercontrol1_click()
msgbox "test"
problem is when testing, i click on the shape and no **** happens, what am i doing wrong
hope somebody can help
-
do u raise the event (RaiseEvent EventName(Paramaters...)?
-
i've tried raiseevent, but i do not really know where to put that
i wrote raiseevent click() in my standard exe
but nothing happened
thx for helping
-
i've tried raiseevent, but i do not really know where to put that
i wrote raiseevent click() in my standard exe
but nothing happened
thx for helping
-
héhé i found it, the raiseevent should be in the activex control
okéééééé thx