While developing WPF applications, you may require a MsgBox/MessageBox functionality which we are used to in VB6. This control gives an almost exact replacement. Download the DLL, unblock it in Windows Explorer. You may copy it to your solution /lib folder and add a reference to it. Setting copy to local=true will help during deployment. Supports making a MsgBox into a question with Yes/No/Cancel/Ok/OkOnly etc. |