Is there a way to determine if a textbox has been clicked or has been focused?
Bump. Would definitely like to know.
Ah just after bumping this I found out how to do it. In a tick event, check if the text box has keyboard focus. If true do your thing if not… do your other thing.