Opening a non-modal .net dialog from native application -
05-18-2009
, 05:11 AM
I'm developing a .net based module for an application written
in Visual c++ 6.
I'm having trouble with a non-modal dialog. I can't get keyboard
shortcuts to work. Using Ctrl+c to copy text does not work.
If I open the dialog using ShowDialog() instead of Show(), everything
works as it should.
Does anyone have an idea what I might do to fix this? |