I made a VB6 EXE ActiveX that is used by a windows service and I would like to know if there any possibility to have several processes of this exe simultaneously in task manager ?
For example, we use AltovaXML_COM.exe to perform XSL transformation and each time I create an instance a new process is created, so in task manager we have severals independant processes.
Is there possible with VB6 exe ActiveX ?
Our exe Active X creates svg files and we want to perform severals generation of these files simultaneously.
Thanks for your help
Every instance of an AX EXE will show up as a separate entry (process) in the task manager. One program can instantiate an AX EXE several times, or multiple programs may instance it one of more times. This isn't something the AX EXE does by itself, it's something other programs using the AX EXE do.