login dillema
hi i am developing a windows application where i need
to provide login security for the MDI form. my dillema is as follows
initially the MDI form loads with all MenuItems disabled except loginmenu. after login item is clicked the login form is activated .
what i need to do is enable all other MenuItems of MDI form when the login information is correct. since the MDIFORM_LOAD method has disabled the menuitems. i am not able to reference the menuitm members of MDIFORM class in the click event of login form.
any solutions please.
|