Link to home
Start Free TrialLog in
Avatar of upanishadiii
upanishadiii

asked on

OnActivate event of TApplication in CBuilder

How can I control the behaviour of my application when the user presses ALT+TAB and my application becomes active? I should write code in the OnActivate Event of the TApplication object, but I don't know how I can get this event into my code. I don't want the OnActivate event of the Form object, because that one doesn't work in this case.
ASKER CERTIFIED SOLUTION
Avatar of AlexVirochovsky
AlexVirochovsky

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial