In a complex program I want to minimize the main form and I don't get it done.
To isolate the problem, I have written a most simple test program as follows:
Sub App_Start
Form1.show
flb1.New1("Form1" ,B4PObject(1))
flb1.FullScreen2(False,False)
flb1.MinimizeBox=True
End Sub
On the PC it runs very well, a minimize button is added and clicking on it the form is minimized.
However on the device the button stays an X and the behaviour is still closing the application.
I must be overlooking something, but what?
Harry