Albert1996 Member Licensed User Longtime User Sep 15, 2011 #1 how do I make that when I close the application with the X instead of closing it puts in the background? Excuse me for my english (I have used Google Translate)
how do I make that when I close the application with the X instead of closing it puts in the background? Excuse me for my english (I have used Google Translate)
Erel B4X founder Staff member Licensed User Longtime User Sep 16, 2011 #2 You are using Basic4ppc, right? You can use FormLib.MinimizeBox to change the close button behavior.
Albert1996 Member Licensed User Longtime User Sep 16, 2011 #3 Erel said: You can use FormLib.MinimizeBox to change the close button behavior. Click to expand... When I run the program with this code B4X: Sub btnminimize_Click flib.MinimizeBox End Sub I get this error FormatException Please, :sign0085:
Erel said: You can use FormLib.MinimizeBox to change the close button behavior. Click to expand... When I run the program with this code B4X: Sub btnminimize_Click flib.MinimizeBox End Sub I get this error FormatException Please, :sign0085:
Albert1996 Member Licensed User Longtime User Sep 16, 2011 #4 I have solved the code are B4X: flib.MinimizeBox=True Thanks