I have a .net MDI application written in vb.net. I'm trying to program a form that will allow the user to select a special character such as °, µ, ², ³, ɑ and so on and have that character inserted into whatever control was focused prior to their launching the form via a hot-key or the main menu in the MDI parent.
The easy way to do this would be to figure out which control was focused on which MDI Child form when the character selection form is invoked, but I can't find any information on how to do this.
Any ideas?