Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6208843
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T05:52:37+00:00 2026-05-24T05:52:37+00:00

(I think Aero is the term). When I start my XNA program in Windowed

  • 0

(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 revert, I will have a plain blue ‘basic’ title border.

How can I set the theme or style of this back to the Aero style?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T05:52:39+00:00Added an answer on May 24, 2026 at 5:52 am

    If you call the following before switching back to windowed mode, you will get the Aero style, but it requires you reference System.Windows.Forms.

    System.Windows.Forms.Application.EnableVisualStyles();
    

    I’m not certain if that’s the best way to do it, but it works. I’ve used it in my XNA games.

    As an example you can hang it off your Game class:

    public class FooGame : Game
    {
        ... 
    
        private void SetWindow(bool fullscreen)
        {
            if(!fullscreen)
            {
                System.Windows.Forms.Application.EnableVisualStyles();
            }
    
            this.graphicsDeviceManager.IsFullScreen = fullscreen;
            this.graphicsDeviceManager.ApplyChanges();
        }
    }
    

    Good luck.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some code to enable/disable the Windows Aero service in Vista, and I
I think I have found a bug when setting or getting the Me.Top property
I have two questions but somehow related: How to implement flip 3d without Aero
Think about the classic installation process, where you have a next button and when
Think the title describes my thoughts pretty well :) I've seen a lot of
Think 2 entities OneToOne mapped. Person and Car. A Person can have a Car.
Think at this scenario: I have a c# windows form application. This application was
Think google have a limitation for user , so users have to login to
Think an iPhone-based email client. You have three 'states' with the same UI: New
I'm trying to have Aero Glass look in my JPanel . Is it possible

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.