FixWindowSizeFullScreen()This function works similar to FixWindowSize. It also disables the program window resizing. But it puts your program into Full Sceen mode before that. Keep in mind, after this function is called, your program will not have a system close button "X" in the right upper corner. In order to close the program, user would need to press ALT+F4 on the keyboard. Alternatively you can call Quit when the program is finished.
FixWindowSizeFullScreen() nWidth = GetWidth() ' it is now the width of your current monitor nHeight = GetHeight() ' it is now the height of your current monitor
See also: