B4J Question Windows window icons

strupp01

Active Member
Licensed User
Longtime User
Is it possible to switch off, hide or query the window icons 'minimize', 'reduce', 'close' (see picture below)?

 

keirS

Well-Known Member
Licensed User
Longtime User
B4X:
MainForm = Form1
MainForm.SetFormStyle("UNDECORATED")
 MainForm.Show

You have to call SetFormStyle before the Form is shown.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…