|
-
May 19th, 2002, 11:54 PM
#1
Thread Starter
New Member
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
-
May 20th, 2002, 12:01 AM
#2
do u raise the event (RaiseEvent EventName(Paramaters...)?
-
May 20th, 2002, 12:18 AM
#3
Thread Starter
New Member
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
-
May 20th, 2002, 12:24 AM
#4
Thread Starter
New Member
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
-
May 20th, 2002, 12:26 AM
#5
Thread Starter
New Member
héhé i found it, the raiseevent should be in the activex control
okéééééé thx
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
|