A
active
I remember when I checked NewGroups for comments about the VB6 Activate
event and found that many thought it was not a reliable way to keep track of
which form has focus. There was enough bad press that I avoided it.
I now have a project with MDI child forms and non-MDI child forms coming and
going as the user selects different options. I need to know which form is
the active one and thought that I could use the Activate and Deactivate
events to maintain a global variable that could be checked as needed.
Before I put forth the effort I thought I'd check to see if anyone had
experience using those events and/or had any helpful suggestions.
Cal
event and found that many thought it was not a reliable way to keep track of
which form has focus. There was enough bad press that I avoided it.
I now have a project with MDI child forms and non-MDI child forms coming and
going as the user selects different options. I need to know which form is
the active one and thought that I could use the Activate and Deactivate
events to maintain a global variable that could be checked as needed.
Before I put forth the effort I thought I'd check to see if anyone had
experience using those events and/or had any helpful suggestions.
Cal