How might one go about creating a Modeless MessageBox? Do I have to just create my own Windows Form class and use that? If so, is there an easy way of adding a warning icon (rat
Short of writing the code, you could create a small form that in the constructor does the following
SystemIcons.ApplicationSystemIcons.AsterixSystemIcons.ErrorSystemIcons.ExclamationSystemIcons.HandSystemIcons.InformationSystemIcons.QuestionSystemIcons.ShieldSystemIcons.WarningSystemIcons.WinLogoIf you really wanted, you could listen to an event that is fired when the OK button is pushed.