Windows 窗体外貌

发布于 2024-08-20 02:49:38 字数 291 浏览 6 评论 0原文

刚刚开始使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

时光瘦了 2024-08-27 02:49:38

您可以使用许多可用的自定义绘制按钮之一。或者您可能必须打开视觉样式才能使它们呈现得更好 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文