FixWindowSizeCurrent()This function works similar to FixWindowSize. It also disables the program window resizing. But it keeps the current window size:
nWidth = GetWidth() nHeight = GetHeight() FixWindowSizeCurrent() nWidth = GetWidth() ' it is the same as before nHeight = GetHeight() ' it is the same as before
See also: