what is Active control

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rayne
    New Member
    • Feb 2007
    • 9

    #1

    what is Active control

    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
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    Originally posted by rayne
    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
    To quote the online help...
    Originally 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

    Working...