CMBox is a custom messagebox library for .NET.
You can create a fully modifiable messageboxes for your applications with a single line of code.
Features:
*Dark Theme
*Edit MessageBox form if you want to change theme(Colors/backrounds/fonts/etc)
*MessageBox Types: Success, Warning, Error, Question, Information
*Buttons: OK, Cancel, YesNo, YesNoCancel etc
*Create Custom MessageBox Type with your own icon
*Catch respond of user to Buttons
You can simply add the dll file as Reference to your project, import library and create your own MessageBoxes.
Here is a simple example for a basic MessageBox:
myCMBox.Show(“Title”, “Say Hello from Message body”);