如何在 C++ 中创建分步向导(使用非托管代码)在 Visual Studio 2010 中
我想用 C++ 构建一个不依赖于任何框架的小向导。
显然,很简单,但我不知道从哪里开始。您能给我指出有关它的好信息(教程等)吗?我应该使用 MFC 应用程序还是 Win32 项目?有任何分步指南吗?
我正在使用 VS 2010。我在 MFC 上找到的大部分信息都非常旧。似乎绝大多数开发都在 .net 上进行。
I would like to build a small wizard in C++ with no dependencies on any framework.
Apparently, is really simple, but I don't know where to start. Can you point me to good information (tutorials, etc) on it. Should I use MFC Application or a Win32 project? Is there any step by step guide ?
I'm using VS 2010. The majority of info I'd found on MFC is really old. It seems like the vast majority of development is going .net.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查找 MFC 中的属性表 http://msdn。 microsoft.com/en-us/library/cfs4wk4e%28VS.80%29.aspx
Look up Property Sheets in MFC http://msdn.microsoft.com/en-us/library/cfs4wk4e%28VS.80%29.aspx