MFC Dialogs from Windows Forms

  • Thread starter Thread starter Einar Ingebrigtsen
  • Start date Start date
E

Einar Ingebrigtsen

Hi,

I'm trying to use MFC Dialogs from Windows Forms.
Is it possible to have the message pump in C# (Application.DoEvents())
and still be able to use MFC Dialogs?

It's kind of a reversed problem. Most posts I've seen want to host
Windows Forms controls or dialogs/forms in MFC.

Cheers,
Einar Ingebrigtsen
Manager of Application Development
Notus Systems
 
Einar,

Do you have in mind to use dialogs written in not managed - native code
written in MFC?
 
Back
Top