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?