Exam 14: Additional Topics in Visual Basic
Exam 1: Introduction to Visual Basic 201054 Questions
Exam 2: User Interface Design74 Questions
Exam 3: Variables, Constants, and Calculations58 Questions
Exam 4: Decisions and Conditions51 Questions
Exam 5: Menus, Common Dialog Boxes, Sub Procedures, and Function38 Questions
Exam 6: Multiform Projects69 Questions
Exam 7: Lists, loops, and Printing76 Questions
Exam 8: Arrays and Collections50 Questions
Exam 9: Web Applications66 Questions
Exam 10: Database Applications43 Questions
Exam 11: Data Files43 Questions
Exam 12: OOP: Creating Object-Oriented Programs51 Questions
Exam 13: Graphics, Animation, Sound, and Drag-And-Drop62 Questions
Exam 14: Additional Topics in Visual Basic60 Questions
Select questions type
When you add a status bar to a form,the StatusStrip control will display two labels,one for date and one for time.
(True/False)
4.8/5
(32)
A StatusStrip control can display date,time,or other informational messages in StatusStripStatusLabel objects.
(True/False)
4.9/5
(40)
The ErrorMessage component can be used to display error messages directly on the form next to the field causing the error.
(True/False)
4.8/5
(36)
In order to make a form become a parent form in your project,you must set the _______ property to True.
(Multiple Choice)
5.0/5
(40)
_______ is a term used to refer to a XAML Browser Application.
(Multiple Choice)
4.8/5
(39)
Identify the control that is used to display a Web page on a Windows Form and write the code that uses the Navigate method at run time to display the Microsoft Web site.
(Essay)
4.9/5
(32)
The values stored in XML files must be placed in double quotes,not single quotes.
(True/False)
4.9/5
(47)
If you create a WPF application in Windows XP,the project will run,but the special effects will not appear.
(True/False)
4.8/5
(40)
You can check the e (KeyEventArgs)argument of a control's KeyUp event procedure to determine which key was pressed.
(True/False)
4.9/5
(36)
Designing a WPF page in Visual Studio is similar to ______________,because ____________
(Multiple Choice)
4.8/5
(34)
If a form that you need to design requires a toolbar and a status bar,which controls are needed to build the form?
(Multiple Choice)
4.8/5
(37)
To create an MDI parent form,set the form's MDIParent property to True.
(True/False)
5.0/5
(38)
The WebDisplay control can be used to display Web pages on a Windows Form.
(True/False)
4.8/5
(34)
The _______ can make your form resemble a browser window in Internet Explorer.
(Multiple Choice)
4.9/5
(43)
A WPF application is similar to a Windows Forms application in that all code for a window is stored in a single file.
(True/False)
4.9/5
(39)
When using a ToolStrip control,the images come from the project's Resources.
(True/False)
4.8/5
(40)
The _______ control is the calendar control that displays a one-month calendar.
(Multiple Choice)
4.9/5
(42)
Showing 21 - 40 of 60
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)