A
Arthur Dent
Hello all,
I have a small application which has a base form, and forms inherited from
it.
The base form contains a barcode scanner, and a protected event it raise
when the scanner reads data, and the inherited forms can get the scanner and
catch the event with no problems at all.
My problem comes in, with a mainMenu which i have on the base form, which i
expected to see show up on the inherited form, however, it doesnt. This was
kind of the whole reason why i wanted to use a base form, was so i wouldnt
have to duplicate the same menu on a bunch of forms, with duplicate code.
Why does the menu not show up, is there a reason? Anyone know how to fix
this?
Thanks in advance,
- Arthur Dent.
I have a small application which has a base form, and forms inherited from
it.
The base form contains a barcode scanner, and a protected event it raise
when the scanner reads data, and the inherited forms can get the scanner and
catch the event with no problems at all.
My problem comes in, with a mainMenu which i have on the base form, which i
expected to see show up on the inherited form, however, it doesnt. This was
kind of the whole reason why i wanted to use a base form, was so i wouldnt
have to duplicate the same menu on a bunch of forms, with duplicate code.
Why does the menu not show up, is there a reason? Anyone know how to fix
this?
Thanks in advance,
- Arthur Dent.