in reply to Remove the Maximise and minimize button in TK

Hi

Use this code to prevent resizing
my($top) = MainWindow->new(); $top->title("Example"); $top->resizable(0,0);


Thanks
SasiKumar