Latest Answer: An ActiveX control container supplies an environment in which an ActiveX control can run. Additionally, control containers manipulate, manage, and provide services to all the controls they contain. For example, containers supply controls with event handlers ...
Latest Answer: The following steps show you how to add document fragments to the SimpleSample smart document. The first thing you need to do is add a constant for the documentfragment element in the SimpleSample schema. Insert the following code into the ...
Latest Answer: Hyperlink control shows a hyperlink on the page. This translates to the tag in HTML. ...
Latest Answer: ActiveX DLLs and EXEs can be powerful tools for code encapsulation and reuse, and for breaking a large project down into smaller tasks.The first important difference is that an ActiveX DLL runs in the same memory space as the calling/referencing ...
Latest Answer: In Activex DLL and Activex EXE you build classes, so the application can use it to do something. So both are almost exactly same in the way they are built and used. The difference is as followsActivex DLLIt runs within the main program address space. ...
Latest Answer: Activex is technology provided by microsoft to prepare user defined controls so that user can make its own designed controls and use that same in developemnt enviroment ...
Latest Answer: Construtor and destructors are special type of fucntions that are called automatically. Constructor is called when the class is initialized and destructor is called when the class is destroyed. ...
Latest Answer: A Class is a template of an object. Let us understand this in detail with a sample object pen.We can list out the various characteristic features of the pen as* It is of various types: Fountain pen, Ball-point pen, Flourescent pen, etc.* It has a base ...
Latest Answer: An OLE client application can support the drag-drop feature provided by the SHELL.DLL component of Microsoft Windows version 3.1. The drag-drop feature supports dragging a file from the Windows File Manager and dropping it on any registered drag-drop ...
Latest Answer: DDE is Dynamic Data exchange you can link a vb application to another application such as pagemaker or other to perform data excahnge please refer to linkexecute or linktimeout properties of textbox ...
View page << Previous 7 8 9 10 [11] 12 13 14 15 16 Next >>

Go Top