S strupp01 Active Member Licensed User Longtime User Jul 8, 2017 #1 Is it possible to switch off, hide or query the window icons 'minimize', 'reduce', 'close' (see picture below)?
Is it possible to switch off, hide or query the window icons 'minimize', 'reduce', 'close' (see picture below)?
K keirS Well-Known Member Licensed User Longtime User Jul 8, 2017 #2 B4X: MainForm = Form1 MainForm.SetFormStyle("UNDECORATED") MainForm.Show You have to call SetFormStyle before the Form is shown. Upvote 0
B4X: MainForm = Form1 MainForm.SetFormStyle("UNDECORATED") MainForm.Show You have to call SetFormStyle before the Form is shown.
S strupp01 Active Member Licensed User Longtime User Jul 8, 2017 #3 Great. Thank you. I have helped again very much. Upvote 0