Click here to Skip to main content
15,886,110 members
Articles / Programming Languages / C#

GetActiveControl, Getting the MdiChild's Active Control from its Parent MdiForm

Rate me:
Please Sign up or sign in to vote.
3.78/5 (6 votes)
28 Nov 2008CPOL2 min read 23.7K   22  
Ever have the problem that your controls, like a TextBox, ComboBox or DataGridView for example, don’t seem to be receiving any keyboard commands like Ctrl+A, Ctrl+C or Ctrl+V? Happens to me too.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer Ematters
Netherlands Netherlands
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions