[Gambas-user] Closing a Message!

Charlie Ogier charlie at cogier.com
Thu Dec 10 15:33:01 CET 2020


Hi Guys,

This looks a little dangerous to me, is this an issue?

Charlie

Public Sub Form_Open()

   ''Run this and close the Message by clicking the "X", NOT Yes or No.
   If Message.Question("Delete hard drive?", "No", "Yes") = 2 Then Print 
"Deleting hard drive"

End



More information about the User mailing list