Exam 14: Additional Topics in Visual Basic

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The DateTimePicker control has a Value property for the date.

(True/False)
4.7/5
(33)

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)

How do you code a button on a toolbar?

(Multiple Choice)
4.8/5
(35)

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)

In VB,it is not possible to have multiple child forms.

(True/False)
4.7/5
(39)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)