Actually I don't use any GUI, save a couple of calls to the win32 API in order to get the user's screen resolution (ya know, that GetSystemMetrics thing). The rest is all done in FB, which has its own built-in gfx library. The game is fullscreen, as you might have guessed, and only has very few actual GUI elements to it, which I'm implementing by hand.