hi I'm just new in making code using visual basic. I just want to know what do you mean by active control and how does it work. thanks
what is Active control
Collapse
X
-
To quote the online help...Originally posted by raynehi I'm just new in making code using visual basic. I just want to know what do you mean by active control and how does it work. thanksOriginally posted by VB Help
ActiveControl Property
Returns the control that has the focus. When a form is referenced, as in ChildForm.Activ eControl, ActiveControl specifies the control that would have the focus if the referenced form were active. Not available at design time; read-only at run time.
Comment