I'm having problem to get the Form.Activated (and .Deactivated for that matter) events to trigger for a Form with Form.TopLevel=F alse.
The reason why the form is TopLevel=False is because I need to put it in a tabcontrol.
Is there any other ways to detect when the Form is entered/activated?
The reason why the form is TopLevel=False is because I need to put it in a tabcontrol.
Is there any other ways to detect when the Form is entered/activated?
Comment