Skip to content

Similar to MessageBox.Show but includes positioning of the dialog, RTF text, and non-modal versions.

License

Notifications You must be signed in to change notification settings

jeffjl74/SimpleMessageBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Message Boxes

Similar to MessageBox.Show() but with

  • user positioning of the dialog
  • RTF text
  • modal and non-modal versions

Includes a simple RTF Builder to set font, color and alignment.

Example

Non-Modal ShowDialog() versions start their own thread, so they may be called from a non-UI thread that might die before the dialog is dismissed. ShowDialog() versions accept an event handler for a button press event.

The message box class itself is in the SimpleMessageBox folder. A windows form demonstration app is in the DemoApp folder.

About

Similar to MessageBox.Show but includes positioning of the dialog, RTF text, and non-modal versions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages