R ranul Member Licensed User Longtime User Oct 19, 2017 #1 Hi Guys, How can I disable only the maximize button on the main form? I want to still have the minimize button and I want the form to be visible also on the taskbar. Thanks. Last edited: Oct 19, 2017
Hi Guys, How can I disable only the maximize button on the main form? I want to still have the minimize button and I want the form to be visible also on the taskbar. Thanks.
Erel B4X founder Staff member Licensed User Longtime User Oct 19, 2017 #2 Setting MainForm.Resizable = False will disable the maximize button and keep the minimize button (the form will not be resizable). Upvote 0
Setting MainForm.Resizable = False will disable the maximize button and keep the minimize button (the form will not be resizable).