You can also use Door.dll library with the MinimzeBox propriete...
Note: On desktop version it's not possible to show the minimze box, you've to use FormEx.dll library...
'obj: Object object from Door.dll
'Form1: Form control.
obj.New1(False)
obj.FromControl("Form1")
obj.SetProperty("MinimizeBox",true) 'Show the minimize box
obj.SetProperty("MinimizeBox",false) 'Hide the minimize box
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.