- What is extension of activeX control file
[a]
.ocx
[b]
.occ
[c]
.dll
[d] .xco
- 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.
- What statement is used to trigger an event in your Activex control ?
[a]
LoadEvent
[b]
RaiseEvent
[c]
FireEvent
[d] Trigger
- Which property statement is required for read only property ?
[a]
Property Get
[b]
Property Let
[c]
Property Set
[d] Property Read
- 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