alienhunter Active Member Licensed User Longtime User Dec 16, 2013 #1 Hi to all , is this possible ? thanks AH Attachments close x.jpg 6.1 KB · Views: 370 Last edited: Dec 17, 2013
Erel B4X founder Staff member Licensed User Longtime User Dec 18, 2013 #2 You can add this code to prevent the form from being closed: B4X: Sub MainForm_CloseRequest (EventData As Event) EventData.Consume End Sub Upvote 0
You can add this code to prevent the form from being closed: B4X: Sub MainForm_CloseRequest (EventData As Event) EventData.Consume End Sub
D davelew1s Active Member Licensed User Longtime User Dec 18, 2013 #3 Thanks for that snippet Erel! I was looking for the same thing. Dave. Upvote 0