hi,
this code, on different apps but on the same phone.. looks different
I've copied the module (.bas file) from an app into the another one
How or where can I define the "default" msgbox?
this code, on different apps but on the same phone.. looks different
B4X:
If Msgbox2("Do you want to delete this Contact?","Please Confirm","Yes","","No",Null) = DialogResponse.POSITIVE Then
I've copied the module (.bas file) from an app into the another one
How or where can I define the "default" msgbox?