Closed Alichegini12 closed 8 months ago
Hello and thank you for the question. The MessageBox itself is designed to be a blocking. So if you want to show several messages simultaneously you should consider another solutions like toast notifications or alerts. There are many implementations but from my experience I can recommend you those from DevExpress: Alert Windows. They also provides a Toast Notification Manager as a solution for toasts from WinForms/Wpf application.
Thank you very much for your reply You helped a lot
hi I am writing a code that may need to show several messages to the user in a short period of time But now the messages are shown one after the other How do I solve this problem? Thanks