The KryptonMessageBox dialog can be used in place of the standard .NET MessageBox dialog for cases where you need to present informational messages to the user. It operates in the same way as the standard message box dialog but with Krypton styling so that it remains consistent in look and feel with the rest of the application.
Use the KryptonTaskDialog when you need a more complex dialog. If allows you to specify many extra features such as a set of radio buttons or command buttons positioned below the main message content. This is similar to the task dialog control that was introduced with the Windows Vista operating system. You can experiment with different display options by using the installed samples that come with the Krypton Toolkit.
Finally the KryptonInputBox is a very simple dialog that replicates the functionality of the InputBox feature in VB6 applications. As seen in the following image, you can use the dialog to gather user input without needing to create your own custom form.