
COM objects on ASP communicating with running prog
The Convert method needs to create an instance of the object in the
activeX EXE using the WithEvents keyword and then use the RaiseEvent
function to raise the event. Read up on these two features. VB6 came
with a sample project named Coffee that shows how this works.
Bill Conniff
http://www.bci-tools.com
Home of Code Retriever, a VB Add-in that searches source code for
language elements, including variables, controls and objects, instead
of text strings.
Quote:
> Hello!
> I have little problem...
> I need to run a conversion utility on a web server. This works fine
> when logged on interactively, but not as a service. I have an idea on
> how to solve this, but not all the knowledge needed. Can someone help
> me with the details?