Link to home
Start Free TrialLog in
Avatar of Christopher Schene
Christopher ScheneFlag for United States of America

asked on

Questions about an ActiveX exe example

Hi,

I am working through the microsoft msdn activeX example in this link. Two questions:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon98/html/vbconcreatingoleserver.asp

1) When I create the activeX exe, shouldn't I see "coffee.exe" running in the task monitor when the activeX exe is instantiated? It seems to work, but I don't see anything in the task monitor.

2) in this link

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon98/html/vbconcreatingoleserver.asp

The show two references to the "coffee monitor component", but mine only shows one. Why the difference? Is it important if there is only 1 reference?

Avatar of Christopher Schene
Christopher Schene
Flag of United States of America image

ASKER

Updated points
ASKER CERTIFIED SOLUTION
Avatar of Dimkov
Dimkov

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I have actually decided to use a differnt approach: I will use an execitable and DDE to communicate to it

I will close this question

Tank you for your response
On second thought: Is it possible to move this to the VB topic area?

Thanks.