VISUAL BASIC

INTRODUCTION TO NET

APPLICATION DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Use to force user to complete a single dialog box.
A
visual inheritance
B
UI design
C
MDI
D
SDI
Explanation: 

Detailed explanation-1: -A confirmation dialog box is mostly used to take user’s consent on any option.

Detailed explanation-2: -The Open dialog box lets the user specify the drive, directory, and the name of a file or set of files to open. You create and display an Open dialog box by initializing an OPENFILENAME structure and passing the structure to the GetOpenFileName function.

Detailed explanation-3: -Modeless dialog boxes allow users to switch between the dialog box and the owner window as desired.

Detailed explanation-4: -Command button: When selected, a command button carries out the command displayed on the button (Open, Help, Quit, Cancel, or OK, for example).

There is 1 question to complete.