So I'm looking for a way to return the name of the control that the point is currently focused to so I can use it programmatically. Is there a way to do this?
Actually - I do have a random event that this is useful for - My barcode scanner.
Rather than having to maintain 'gotfocus' events for each element - it'd be great if my scanning function could tell where focus was on demand to be able to plugin the data it has...
My objection to this method is that I don't think its just one sub event (correct me if I'm wrong...) but I'd need a sub event for every object that I want to detect if it has focus or not...