L
linuxfedora
Hi All,
If i have a activeX which is written by MFC, and i put it into the C#
container(Program) and when i use the thread in the ThreadPool
(BackgroundWorker) to call the ActiveX function, it seems that the
called function will switched to another thread (Not the same thread
in my C#) program, anyway to prevent it? And what thread will be used
when called into the ActiveX function?Thanks.
If i have a activeX which is written by MFC, and i put it into the C#
container(Program) and when i use the thread in the ThreadPool
(BackgroundWorker) to call the ActiveX function, it seems that the
called function will switched to another thread (Not the same thread
in my C#) program, anyway to prevent it? And what thread will be used
when called into the ActiveX function?Thanks.