H
Hari
Hi,
Can any one plz tell me how to know which form is active in an
application. My app contains many forms and requires to identify the
active form very frequently. I found that there is no property like
Form.ActiveForm available in CompactFramework. I could use a class
which contains a Form class variable to store the current form instance
and assign to it the current form instance in the page_load event of
that form. But this may lead to bugs if i fail to assign the correct
form instance. So i prefer a more direct way. Plz help!
- Hari
Can any one plz tell me how to know which form is active in an
application. My app contains many forms and requires to identify the
active form very frequently. I found that there is no property like
Form.ActiveForm available in CompactFramework. I could use a class
which contains a Form class variable to store the current form instance
and assign to it the current form instance in the page_load event of
that form. But this may lead to bugs if i fail to assign the correct
form instance. So i prefer a more direct way. Plz help!
- Hari