|
-
December 21st, 2000, 03:01 PM
#1
Event tracking of controls created during run-time
Hi all,
I have some vb controls dynymically created during the form load, like this during the form_load:
set objCtl = controls.Add(strCtlNameVB, strCtlNameCtl)
In other word, I don't know the name, type of these controls when I design the form. How can I track the event for these controls, such as LostFocus? I tried to use Controls collection but no luck.
Thanks,
Joe
[email protected]
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
|