|
-
August 11th, 1999, 03:33 AM
#1
Catching events
Hi. I want to use a treecontrol which I create dynamically by doing
set Mytree = Usercontrol.Controls.Add("MSComctlLib.TreeCtrl","someid")
Then I want to access its Expand, Collaps and clicked events, so I've Dim'ed Mytree like Dim withevents Mytree as VBControlExtender
Now I'd very much like to catch the events in my Usercontrol. How do I do this?
Yours sincerely, Niklas
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
|