riqitang
riqitang

Reputation: 3371

Embedding MFC Dialog in MMC SnapIn

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?

Upvotes: 0

Views: 212

Answers (1)

Related Questions