I want to show the message to the user, so that the user cannot refuse to acknowledge the message. The user is not allowed to do anything else on the screen until he confirms the message.
This is a Windows based C # application.
The main thing, even if I use the Windows message box. Several times he hides behind some screen. But for my case, I want the message box to be on top when it appears.
I use some other third-party applications that carry my message box. I want to overcome this.
How to do it...
source
share