Make ActiveX have it's own thread
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all!! I am loading a swf file inside the ActiveX object in my dialog, but some operations inside the swf are lenghy and make my dialog not responsive, is there a way to make the Activex object run in an another thread?
You could make the lengthy operation run in a separate thread within the activex control.
«_Superman_» I love work. It gives me something to do between weekends.