Full Screen Window
Get the size of the display by calling GET-WINDOW-CAPS(GetDesktopWindow(),HORZRES)
and GET-WINDOW-CAPS(GetDesktopWindow(),VERTRES) and set the size of your main
window to these values and its position to 0,0, and make the window a top most
window.