Answer Posted / dolly
ActiveX is a framework for defining reusable software
components (known as controls) that perform a particular
function or a set of functions in Microsoft Windows in a
way that is independent of the programming language used to
implement them. A software application can then be composed
from one or more of these components in order to provide
its functionality.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Write the Steps in Creating an ActiveX Control?
Hi, I am USINg QTP tool for automation. Where VB Script have to use. I want to read a row from the table present in .Doc File and to paste in excel. Could you please assist me or give me the code to get it. I am new in this technology.
What is the difference between change event in normal combobox and dbcombobox?
What are the important components of OLEDB?
by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
How many File System Controls are there Explain?
Specify technical & functional architecture of your last 2 projects.
___ is the control used to call a windows application.
Recordset object consists what?
what controls have you used in your project?
What is instantiating?
What is the default model of the form?
Explain Default cursor Type and LockEdit type in DAO?
What is the use of debug Window?
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?