I added the resizable option, however it still does not work: $MainWin = new Win32::GUI::Window( -name => "MainWin", -text => "Main Window", -height => 400, -width => 450, -left => 200, -top => 100, -font => $Font, -menu => $Menu, -resizable => 0,
);