VS2005, CF2.
The inherited menu does show up in the component tray at the bottom of the
designer in inherited forms, but it just doesnt render itself on to the
form.
"Alex Yakhnin [MVP]" <(E-Mail Removed)> wrote in message
news:36937956-57FD-4663-943D-(E-Mail Removed)...
> Works for me.
>
> Which version of VS and CF is that?
>
> --
> Alex Yakhnin, .NET CF MVP
> www.intelliprog.com | www.opennetcf.org
>
>
> "Arthur Dent" wrote:
>
>> 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.
>>
>>
>>