Restore minimized window in full screen mode

Hello

I have this problem since the first time I started with Monogame, but now it is really bothering me.

When I have the window in full screen mode and I try to minimize it (alt + tab or win + d), the window is minimized, but there is no way to restore it, it is minimized in the toolbar until it is forced to close using the task manager.

It happens to me in all the projects, even in the new ones with only these lines:

graphics.IsFullScreen = true;
graphics.ApplyChanges ();

I would greatly appreciate the help.

What version of MonoGame are you using? I vaguely remember fixing this issue. You could try a develop build. Check the Development Builds section on the downloads page: http://www.monogame.net/downloads/

1 Like

I use version 3.6, but in 3.5 it also gave me the same problem.

Yeah, I think this was fixed in this pull request. Can you try a development build?

Thank you very much, it worked well with the development build. Even another problem that I had when I changed the resolution, apparently was fixed.

Thanks, again.

2 Likes

Glad that helped :slight_smile: Good luck with the game!