ramnujs
Well-known member
I am developing right now some sort of a framework for MDI's with the main menu and menu items on it. There were no codes is the base class (mdi form) but a set of generic controls such as menu items. The Class library project then were compiled successfully and i have now a DLL.
The problem came out when i added the inheritted form on a Windows application project. I was writing a code for a click event of mnuOpen which was the inheritted menu item control. I was wondering why those pieces of codes under this event were not executed.
Do i need to override the click event of the base class?
Thanks for the help!!
The problem came out when i added the inheritted form on a Windows application project. I was writing a code for a click event of mnuOpen which was the inheritted menu item control. I was wondering why those pieces of codes under this event were not executed.
Do i need to override the click event of the base class?
Thanks for the help!!