3 lines
136 B
Text
3 lines
136 B
Text
PUBLIC SUB Form_Resize()
|
|
PRINT "The maximum window size that can be used without scrolling is "; FMain.Width; " x "; FMain.Height
|
|
END
|