Purchase Solution

Enhanced MessageBox in VB.NET

Not what you're looking for?

Ask Custom Question

Develop a program that demonstrates the enhanced options for the MessageBox class. Use three GroupBox controls with RadioButton controls contained within each. The first GroupBox control should contain the various options for which buttons display in the message box. The second GroupBox control should contain the various options for which icon displays in the message box. The third GroupBox control should contain options for which button is the default button. Disable any RadioButton controls in the third GroupBox control that are not valid given other choices that the user has made. Use a sub procedure to handle the functionality of determining which buttons are valid in the third GroupBox control and properly handling which button is selected when one or more of these buttons become disabled. Use two TextBox controls to allow the user to type a message box title and a message. Add a button control to the form to display the message box as designed by the user's selections in the GroupBox and TextBox controls. Use three panels on a StatusBar control to display the current selections made by the user.

Purchase this Solution

Purchase this Solution


Free BrainMass Quizzes
Javscript Basics

Quiz on basics of javascript programming language.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic Networking Questions

This quiz consists of some basic networking questions.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

C++ Operators

This quiz tests a student's knowledge about C++ operators.