Okay, i figured this out....
I dont know *exactly* what was wrong (as far as the code-behinds) but the
problem was something with how the definitions were made.
Originally, id made my first form, then made the master, then tried to
manually code the first form to inherit from the master. Obviously i missed
something.
I added a new form, and chose "inherited form" from the item type list, and
chose the master form when prompted, and now everything is hooked up
beautifully.
Thanks Alex for your help, though.
Cheerz All,
- Arthur Dent.
[quoted text, click to view] "Arthur Dent" <hitchhikersguideto-news@yahoo.com> wrote in message
news:Op4pQ04mGHA.2204@TK2MSFTNGP03.phx.gbl...
> 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.
>