|
-
Nov 15th, 1999, 12:56 PM
#1
Thread Starter
Member
hi all,
i am using a withevents with in a activeX control module.
private withevents objparent as form..
but its givin probs..THIS COMPONENT DOESNT SUPPORT THIS SET OF EVENTS(ERROR 459)..
-
Nov 15th, 1999, 04:01 PM
#2
Hyperactive Member
AFAIK you can only declare WithEvents if you declared an event in the declarations-sections
eg. Event Dummy(pParam As Long)
-
Nov 15th, 1999, 06:09 PM
#3
Thread Starter
Member
hi crazy,
Private WithEvents ObjParent as Form
here objparent is a variable of a built in form object. we r getting all the events associated with the form with the objparent variable.
but still its not working..............
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
|