PDA

Click to See Complete Forum and Search --> : ActiveX EXE server component


jeffc
Jun 6th, 2001, 02:26 PM
If you write a desktop application that creates an instance of an object from an ActiveX EXE server component. You want to step through the code that runs when the server component shuts down. You set a break point in the Terminate event for a class module that defines the object in the server component. What should Joe do next?

a. Set the object variable for the server object equal to Nothing from the Immediate window in the client application
b. Set the App.hInstanceobjext equal to Nothing from the Immediate window server application
c. Set the App.UnattendedApp object equal to Nothing from the Immediate window in the client application
d. End the execution of the client application by clicking the End button

TheBao
Jun 6th, 2001, 05:27 PM
(D)