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
In what scenario does SetAbort method used in a transaction started using Microsoft Transaction Server (MTS)?
You are developing a three-tier Visual Basic application that uses Microsoft Transaction Sever (MTS). You want to implement a business Object named BanIcAccount that uses instances of other middle-tier components. BanIcAccount must enlist these middle-tier components. The current transaction when it instantiates them. Which code fragment should you use to instantiate these?A. Dim objMyobject As New Bank.Account B. Dim objMyobject As Object Set objMyobject=Createobject ("Bank.Account")
Answer: C
What steps must be taken to register a DLL project developed in a Visual Basic application in the system?
How would one ensure whether early binding is used when calling the methods of a COM component in a Visual Basic application?
View page << Previous 1 2 3 4 [5] 6 7 8 9 10 Next >>

Go Top