Since access an ActiveX control in the thread which create it can boost the performance of entire application, how can I dynamiclly creating CNiGraph control in a worker thread and assign it's parrent window to be the main window of my app(e.g. a dialog) which created by the UI thread?
TIA.