B
B.
I have a C# winform with accelerator key associated with some menus.
If my exe is in unmanaged C++ and the winform is invoked through
interop, the accelerator key not working. If I create a new C#.Net
project and the same winform is invoked in the C#.Net project, the
accelerator key works perfect.
Does anyone know what special thing I need to invoke accelerator key
if winform is invoked through Interop. Thanks a lot.
If my exe is in unmanaged C++ and the winform is invoked through
interop, the accelerator key not working. If I create a new C#.Net
project and the same winform is invoked in the C#.Net project, the
accelerator key works perfect.
Does anyone know what special thing I need to invoke accelerator key
if winform is invoked through Interop. Thanks a lot.