A form contains a horizontal scroll bar control named hsbXpos, and the statement lblFace.Top = hsbXpos.Value is placed inside the hsbXpos.Scroll event procedure (where lblFace identifies a label on the form, and the hsbXpos’s Minimum and Maximum properties are set at their default values). What will happen when the hsbXpos.Scroll event is triggered by moving the scroll bar’s scroll box to the right?

(A) lblFace will move to the left
(B) lblFace will move up
(C) lblFace will move down
(D) lblFace will move to the right


(C) lblFace will move down

Computer Science & Information Technology

You might also like to view...

Case-Based Critical Thinking QuestionsCase 4-1Rita would like to create an animation for a Web site that she is developing for a client. She has come to you for help in using special layers to create the animation. You begin by reviewing the types of layers that can be used. After watching a demonstration, Rita is confused as to which layer is moving. You explain that the object in the ____ can be animated.

A. mask layer B. masked layer C. either a. or b. D. neither a. nor b.

Computer Science & Information Technology

In the table pictured above, if you wanted to organize the data from the lowest Client ID to the highest Client ID, you would ________ the Client ID field

A) query B) report C) form D) sort

Computer Science & Information Technology

As suggested in this chapter, what is the first step in a classroom critique?

What will be an ideal response?

Computer Science & Information Technology

The Option Strict On statement enables automatic data type conversions.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology