While developing Silverlight applications in VB/C#, you may require a MsgBox/MessageBox functionality which we are used to in VB6 etc. This control gives an almost exact replacement. Download the DLL, unblock it in Windows Explorer. You may copy it to your solution /libs 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/Cancel/OkOnly etc. |