gpt4 book ai didi

c# - 为什么我的表单看起来像 'Windows Classic'?

转载 作者:可可西里 更新时间:2023-11-01 03:05:00 25 4
gpt4 key购买 nike

是否有任何免费工具可以设置我的 C# Windows 窗体的样式,使它们看起来像 Windows 7 Windows。

**编辑**

在设计器模式下,我有这个:

enter image description here

但是当我运行时我得到这个:

enter image description here

我不知道为什么会这样。 (旧样式)

谢谢

最佳答案

您应该启用视觉样式

Application.EnableVisualStyles Method

在创建任何控件之前调用此方法

[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.Run(new YourMainForm());
}

关于c# - 为什么我的表单看起来像 'Windows Classic'?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6466282/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com