Multiple choice technology programming languages

Which Control do not have events?

  1. DriveListBox Control

  2. Timer Control

  3. Common dialog control

  4. VScrollBar Control

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The Common Dialog control in Visual Basic 6.0 does not have any intrinsic events of its own. It is designed to display standard Windows dialogs (File Open, Save, Color, Font, Print) and you interact with it through methods like ShowOpen, ShowSave, etc., rather than event-driven programming.