Visual Basic MCQ-10



  1. What is extension of activeX control file
[a] .ocx
[b] .occ
[c] .dll
[d] .xco
  1. Which of the following statement is true about creating ActiveX control ?
[a] You must create the control completely from scratch.
[b] You can only a single standard control in the creation of an Actives
Control.
[c] .You cannot add properties to standard control to enhance its
capabilities.
[d] You can multiple standard controls as well as drawing method to
create the interface of your control.
  1. What statement is used to trigger an event in your Activex control ?
[a] LoadEvent
[b] RaiseEvent
[c] FireEvent
[d] Trigger
  1. Which property statement is required for read only property ?
[a]  Property Get
[b] Property Let
[c] Property Set
[d] Property Read
  1. Which of the following program can use ActiveX control that you create?
[a]  Visual Basic
[b]  Microsoft office
[c] Microsoft Visual FoxPro
[d] Internet Explorer 3 or Higher