Getting Started with WinForms MessageBox
The following tutorial will show you a simple usage of RadMessageBox:
1. Create a new Windows Application in Visual Studio
2. Drag and drop a RadButton on the form.
3. Subscribe to the Click event of this RadButton.
4. Make sure that you import/use the following namespaces
5. In the RadButton.Click event handler, first set the theme of the RadMessageBox and then call its static Show method of the RadMessageBox class, passing the appropriate parameters. Set the RadMessageBox.Show method to a DialogResult variable:
Setting a theme and showing RadMessageBox
6. The result RadMessageBox is shown below:
Telerik UI for WinForms Learning Resources
- Telerik UI for WinForms MessageBox Component
- Getting Started with Telerik UI for WinForms Components
- Telerik UI for WinForms Setup
- Telerik UI for WinForms Application Modernization
- Telerik UI for WinForms Visual Studio Templates
- Deploy Telerik UI for WinForms Applications
- Telerik UI for WinForms Virtual Classroom(Training Courses for Registered Users)
- Telerik UI for WinForms License Agreement)