I’m looking to find out that when a user, enters their pin and clicks enter a message box displays saying processing your details. How would i then close that message box using a timer control? I have all the code to proceed to the next form or display another message box saying you have entered the incorrect pin, just looking to close the message box via a time control.
Share
Try to avoid closing the message box from another location, but do the processing in the ‘message box’: