I want to create a multithreaded ocx that runs on its own thread and can run simultaneouly with my app something like a timer....
I do not want to use the CreateThreadAPI for some limitations I have!
Any help would be appreciated.