ActiveX on Thread
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, just wrote a message but I don't get a solution to my problem so I retry: I need to manage an ActiveX component created on the mainWnd of my App, into a thread. In particular I need to fill a grid (as I just said, created in the MainWnd) from a thread (on the Run() function), so while the app go on. I pass to the thread the grid's pointer but at run time an Error messageBox appears that say "Invalid pointer value". How can I solve it? Thanks.