I'm aware that there are already questions questions asked regarding closing a MessageBox programmatically . But the solution to those questions is to use a timer.
I am trying to develop an NFC application, so when i create a MessageBox, it contains a message Please Tap Your NFC
. So technically, the Timer isn't helpful. I need a way to close or dispose a MessageBox.
Please advice.