Windows 窗体外貌
刚刚开始使用 Visual Studio 2008,希望将我的 VBA UserForms 转换为 VB.NET,目的是将我过时的 UserForm
控件升级为与操作系统匹配的较新的 Windows 窗体控件。
我在 Visual Studio 中创建的 Windows 窗体看起来很棒,但是当我在 PowerPoint 或 Excel 中加载它们时,窗体控件看起来和以前一样丑陋(例如普通的矩形按钮)。
有没有办法在 Visual Studio 中使用 VB.NET 在 Windows 窗体中使用现代控件?
Just started using Visual Studio 2008 and was hoping to convert my VBA UserForms to VB.NET with the intent of upgrading my antiquated UserForm
controls to newer Windows form controls that match the operating system.
The Windows forms I create in Visual Studio look great, but when I load them in PowerPoint or Excel, the form controls look just as ugly as they did before (e.g. plain, rectangular buttons).
Is there a way to employ modern controls in my Windows forms using VB.NET in Visual Studio?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用许多可用的自定义绘制按钮之一。或者您可能必须打开视觉样式才能使它们呈现得更好 http://dotnet.mvps.org/dotnet/faqs/?id=xpvisualstyles&lang=en
You either use one of the many available custom drawn buttons. Or it could be that you have to turn on visual style to make them render better http://dotnet.mvps.org/dotnet/faqs/?id=xpvisualstyles&lang=en