W
w
Hi Everyone,
I'm currently working on a program that contains a series of forms. All of these forms need to have the SAME toolbar. I've tried creating a base form, called templateForm and making all my forms inherit from it. The problem is though, I cannot seem to put the click events on each subclassed form. ie I have form2 which inherits from templateForm. When I double click on the "Add" icon in the toolbar on form2 it autogenerates the "click" event on the templateForm class, not on the form2 class.
Any help would be greatly appreciated!
Thanks
WT
I'm currently working on a program that contains a series of forms. All of these forms need to have the SAME toolbar. I've tried creating a base form, called templateForm and making all my forms inherit from it. The problem is though, I cannot seem to put the click events on each subclassed form. ie I have form2 which inherits from templateForm. When I double click on the "Add" icon in the toolbar on form2 it autogenerates the "click" event on the templateForm class, not on the form2 class.
Any help would be greatly appreciated!
Thanks
WT