Click to See Complete Forum and Search --> : Using ActiveX in DLL's


shm
July 8th, 1999, 06:36 AM
I am currently developing a system using a protocol implemented in an ActiveX object. Our main program's interface to different protocols is through DLL's.

How do i program a DLL with a modeless Dialog or Window with the ActiveX object attached. Basically a DLL with the ActiveX object running in a seperate thread, bacouse the main program should continue to run.

Please help.