G
Guest
Hi,
I have an application consisting of a parent form and several child-forms.
The parent form has a menu and uses the default shortcut CTRL+O to open
files. I would like to have the shortcut available in the sub-forms (which
are owned by the main window) as well. If I remember correctly this used to
work once upon a time, but I do not know what I have changed -- now it does
not work any more. Is there a simple way to establish this?
I run the main form using Application::Run (MainForm), sub-windows are
created like this:
SubWindow ^w = gcnew SubWindow ();
SubWindow->Show (MainForm);
(using .NET 2.0 Framework here, but the question is also valid for other
versions of the framework, of course)
Thanks in advance
Felix Arends
I have an application consisting of a parent form and several child-forms.
The parent form has a menu and uses the default shortcut CTRL+O to open
files. I would like to have the shortcut available in the sub-forms (which
are owned by the main window) as well. If I remember correctly this used to
work once upon a time, but I do not know what I have changed -- now it does
not work any more. Is there a simple way to establish this?
I run the main form using Application::Run (MainForm), sub-windows are
created like this:
SubWindow ^w = gcnew SubWindow ();
SubWindow->Show (MainForm);
(using .NET 2.0 Framework here, but the question is also valid for other
versions of the framework, of course)
Thanks in advance
Felix Arends