1

当我在 XNA 中从全屏模式切换到窗口模式时,窗口不使用默认的 windows 主题,而是使用旧的“非航空”风格。我使用的是 Windows 8,不知道不同主题的新术语。

我尝试了这个解决方案:XNA lost title bar theme on fullscreen->windowed transition,但它似乎不起作用,至少在 Windows 8 上不起作用。

如何确保始终使用默认主题?不必是 XNA 特定的解决方案。

4

1 回答 1

1

用这个:

System.Windows.Forms.Application.VisualStyleState = System.Windows.Forms.VisualStyles.VisualStyleState.ClientAndNonClientAreasEnabled;

于 2013-01-26T21:11:44.797 回答