Hi ,
We have a winforms application built on cab architecture.
We are having a main application and multiple child components over it, i need to identify when the control is moving out/in of the application (eg: if the user is switching from my application to IE).
I cannot use GetFocus/LoastFocus/Activated/Deactivated event as they are getting triggered with the cursor moving into any child control or opening dialog box from my mainform.
Please not that my mainform is not a MDI container.
Many thanks,
RP.
Riju Parayidayil