XNA losing title bar theme on fullscreen->windowed transition

后端 未结 2 716
南方客
南方客 2021-01-22 18:31

(I think Aero is the term).

When I start my XNA program in Windowed mode, I have the glossy bar as seen on Win7/Vista programs.

When I set to fullscreen and then

2条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-22 19:26

    This will help:

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

提交回复
热议问题