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, Id like to remove the four buttons, and just have the 8 forms inherit the listbox.
So heres 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 werent present, which they werent.
So, now why do all the child forms still have those four buttons that they inherited previously? I want to delete those but I cant 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, Id like to remove the four buttons, and just have the 8 forms inherit the listbox.
So heres 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 werent present, which they werent.
So, now why do all the child forms still have those four buttons that they inherited previously? I want to delete those but I cant because they were previously inherited!
Thanks,
Mike