What is the option used for retrieving a reference to the instance of Internet Explorer that is hosting the User Document which is designed to run inside Microsoft Internet Explorer in an ActiveX Document DLL project?
What is the User Document event during which you should save the data so that the active document persist its context when the User Document is closed?
Answer: D
How can one allow users to navigate between multiple User Documents present in an ActiveX Document DLL project?
What option is used for declaring the control reference in a Visual Basic application that support all type of third-party controls and show developers the order in which third-party control events are fired?
What threading Model option can be used to implement a COM EXE server where each component hosted by this server executes in its own thread?
How to get the name of the default COM interface of the container using User Document that will be used in a variety of Active document containers?
What is the best option for getting values in a component maintaining the best possible performance and compatibility in a 3-tier application which calls a DBClass component on a remote server via DCOM and the DBClass insert several values to a table?
What are the options for finding out exactly when the value of a global variable is changed in an Active DLL project during a debugging session?
Where is the Getdata method used for retrieving data directly from the database generally placed in an n-tier application having user interface (UI) and business objects layers in the client application and data objects and the database in the server side?