A
afrinspray
Guest
Hello,
In my program, I have 8 different forms which all inherit a listbox and four buttons from the template form that I created. Now the program is working, I'd like to remove the four buttons, and just have the 8 forms inherit the listbox.
So here's what I did. I went to the designer in the "template" form (or parent form), and I deleted the four buttons, then I went to the templates code and double checked that those buttons weren't present, which they weren't.
So, now why do all the child forms still have those four buttons that they inherited previously? I want to delete those but I can't because they were previously inherited!
Thanks,
Mike
In my program, I have 8 different forms which all inherit a listbox and four buttons from the template form that I created. Now the program is working, I'd like to remove the four buttons, and just have the 8 forms inherit the listbox.
So here's what I did. I went to the designer in the "template" form (or parent form), and I deleted the four buttons, then I went to the templates code and double checked that those buttons weren't present, which they weren't.
So, now why do all the child forms still have those four buttons that they inherited previously? I want to delete those but I can't because they were previously inherited!
Thanks,
Mike