Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 .Net 应用程序,其中包含一个显示为对话框的表单。这在 Windows XP 上效果很好,但是当我在 Windows 7 上运行这个 EXE 时,表单背景颜色变为黑色。
ActiveCaptionText 在 Windows 7 中确实会显示为黑色,这是标准行为。在 Windows XP 上,ActiveCaptionText 显示为白色,如下所示:
我认为您需要更改 BackColor 属性以Control使您的表单看起来像您想要的那样:
Control