|
-
Jun 6th, 2001, 02:26 PM
#1
Thread Starter
Junior Member
ActiveX EXE server component
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
-
Jun 6th, 2001, 05:27 PM
#2
Fanatic Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|