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]