H Herfried K. Wagner [MVP] Feb 14, 2004 #2 * "OC said: Is there a way to determine which control on a form is in focus? Click to expand... 'Me.ActiveControl' bzw. 'this.ActiveControl'.
* "OC said: Is there a way to determine which control on a form is in focus? Click to expand... 'Me.ActiveControl' bzw. 'this.ActiveControl'.
T Tim Wilson Feb 14, 2004 #3 From inside the scope of the Form object: [C#] this.ActiveControl [VB] Me.ActiveControl