Answer Posted / hariharan.tg
Object Linking and Embedding (OLE) is a technology that
allows embedding and linking to documents and other objects
developed by Microsoft. For developers, it brought OLE
custom controls (OCX), a way to develop and use custom user
interface elements. On a technical level, an OLE object is
any object that implements the IOleObject interface,
possibly along with a wide range of other interfaces,
depending on the object's needs.
Is This Answer Correct ? | 21 Yes | 9 No |
Post New Answer View All Answers
What is dao in vba?
What is script control?
How to control the file?
What is controls in vb?
Can you tell me the properties of the controls?
Which method is used to write context Into file?
what is the Difference between Recordset and Querydef?
How would you add elements and pictures to listitems in listview control?
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?
Where can I get good up-to-date information about VB?
What is the default workspace?
What are 3 main differences between flexgrid control and dbgrid control?
what is the Property used to add a menus at runtime?
How would you Create a Query Builder and Explain its uses
How would you attach an ActiveX control in Your Application?