当我在XNA中从全屏模式进入窗口模式时,窗口不使用默认的Windows主题,而是使用旧的“非空气”风格。我使用的是Windows 8,不知道不同主题的新术语。
我尝试了这个解决方案:XNA losing title bar theme on fullscreen->windowed transition,但它似乎不起作用,至少在Windows 8上没有。
如何确保始终使用默认主题?不一定是XNA特定的解决方案。
答案 0 :(得分:1)
使用此:
System.Windows.Forms.Application.VisualStyleState = System.Windows.Forms.VisualStyles.VisualStyleState.ClientAndNonClientAreasEnabled;