L
Lou
Do these run on a separate thread?
I created a COM .NET class and use the timer in this class to call a private
function of the class.
If I use this COM dll in a VB6 app, does the function called from the timers
"Elapsed" callback
run on a different thread than the VB6 app that instantiates the COM dll?
Or should I use the "Thread" class to create a new thread in the .NET dll?
-lou
I created a COM .NET class and use the timer in this class to call a private
function of the class.
If I use this COM dll in a VB6 app, does the function called from the timers
"Elapsed" callback
run on a different thread than the VB6 app that instantiates the COM dll?
Or should I use the "Thread" class to create a new thread in the .NET dll?
-lou