Hi all,
Am attempting to write a simple windows booking application, that allows me to add and modify, rooms, clients, staff, and bookings. I have a log in form that the user must use to gain access to the program, they are then moved to mainForm, which has a menu with a number of options that redirect you to the correct form. I want to disable the menu item that was selected prior to a form being displayed, and then want to reenable it when the particular form is closed. However I am unsure/unable to call a method in the mainForm that would do the enabling. Any suggestions.
Mike55
Am attempting to write a simple windows booking application, that allows me to add and modify, rooms, clients, staff, and bookings. I have a log in form that the user must use to gain access to the program, they are then moved to mainForm, which has a menu with a number of options that redirect you to the correct form. I want to disable the menu item that was selected prior to a form being displayed, and then want to reenable it when the particular form is closed. However I am unsure/unable to call a method in the mainForm that would do the enabling. Any suggestions.
Mike55