I have a toolbar with dropdown menu on my main form (in MDIParent).

I am able to access it (using Alt + Keys) only from that form when there is no child forms loaded.

I want it to be accessed even from child forms using access Keys (Alt + Keys).

Currently it doesn't work.

I know that none of my questions have been answered (Fully) so far. .Net is scaring me. But I also know that I am doing a very very simple (sample) project with just one Child form & one MDI Form. (May be .NET is for advanced programming only and not for simple (VB) programs.)