A form contains a horizontal scroll bar control named hsbXpos, and the code lblFace.Left = 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

(D) lblFace will move to the right

Computer Science & Information Technology

You might also like to view...

The Message Bar may display an alert when an Access database is opened.

a. true b. false

Computer Science & Information Technology

If you entered a label that is not associated with a control and click the Error Checking Options button, which of the following is NOT listed as a possible action for you to take?

A) Fix Label B) Ignore Error C) Associate Label with a Control D) Help on this Error

Computer Science & Information Technology