将 Windows 窗体转换为 MMC 管理单元
我有一个 Windows 窗体应用程序,我想将其转换为 MMC 管理单元并在其中一个窗体中显示窗体,该窗体有一些按钮和用于按钮单击的事件处理程序等。
我应该将 winform 转换为用户控件吗?在这种情况下我的事件处理程序仍然可以工作吗?
最好的方法是什么?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是MMC3吗? MSDN 上有一个很好的示例,"如何创建使用 WinForm 视图的管理单元”
Is this MMC3? There's a good sample on MSDN, "How-To Create a Snap-in That Uses WinForm View"