A MessageBox is a short window which present a title and a message. It is really helpfull to present Exceptions or Errors.
CTor
The MessageBox states
Show the MessageBox.
The MessageBox Flags. See: MessageBox states enum
The Message of the MessageBox
The Title of the MessageBox
The Window id where the Error/Warning/Information comes from. Can be get by
See Implementation
rschuett
A MessageBox is a short window which present a title and a message. It is really helpfull to present Exceptions or Errors.