On Jul 26, 9:52 am, herc <carto... (AT) gmail (DOT) com> wrote:
Quote:
I have modified my project from the previous post and am not using
exclusively the COM callable wrapper (CCW)...
I have C++ code calling into .Net 1.1 code via the CCW. There is on
call that launches a Managed modeless dialog. Right now the dialog
starts to draw the frame but that is it. There appears to be no
message pump to feed it messages. Is there some way to fix this? |
Maybe I should put a message pump in the test application

Opps. My
test application was a console app, when I turned it into a MFC Dialog
project, the modeless dialog showed up just fine.