If I want to warn the user that I'll do an action simply I can use a MsgboxAsync with a Wait For MsgboxResult and after all the operations I want to add.
In this way the user is warned, he clicks on ok and the operations are performed....
But if the user waits so long and the activity goes in Pause when the user refreshes the device to continue the msgbox doesn't appear (the form appears)! How to manage this?
Thanks
Roberto
In this way the user is warned, he clicks on ok and the operations are performed....
But if the user waits so long and the activity goes in Pause when the user refreshes the device to continue the msgbox doesn't appear (the form appears)! How to manage this?
Thanks
Roberto