|
-
August 1st, 1999, 01:26 PM
#1
Getting Events from Dynamicaly loaded controls
How can I catch the events that are generated by Dynamicaly created controls.
Something like:
Dim a as VBControlExtender
...
for i = 1 to 10
a = new VB.Button
me.Control.Add a
next
So, I want to be able to get the events that are generated by those buttons.
Thanks.
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
|