tags:

views:

59

answers:

1

I have a Windows Forms app, which I want to convert into an MMC snapin and display the form in one of the forms, the form has a few buttons and event handlers for button clicks etc.

Should I convert the winform into a user control, will my event handlers still work in this case?

Whats the best way to do this?

+1  A: 

Is this MMC3? There's a good sample on MSDN, "How-To Create a Snap-in That Uses WinForm View"

Stuart Dunkeld