I have a winforms app which functions as an alert system, however a lot of the people who will use my program will have multiple screens. The alerts are time sensitive, so ideally I'd like them to appear on all screen, or to be able to specify a screen, so the user is more likely to notice it. By default the message boxes appear on the main screen, and I can't find any info on anything really to do with winforms and different monitors.
The doesn't even have to be a message box, if there is another winform function which can be made to do the same functionality but also multiple screens that'd be great.
On a side note is it possible to close multiple messageboxes from only 1 being accepted?