Embedding MFC Dialog in MMC SnapIn

201 Views Asked by At

I created a few dialogs in MFC that are spawned from an MMC SnapIn. After review, I was told that it'd be better design to embed the dialogs in the SnapIn (in the Result Pane as a custom view).

The issue is that I have no idea how to do this: I'm guessing I have to create a COM interface that acts as a sink for the COM events that the MMC generates when the user interacts with the MMC, and that I have to translate those events to the Windows Messages that the dialogs expect.

I have no idea if this is even right, could somebody point me in the right direction?

1

There are 1 best solutions below

1
Albi On