Click to See Complete Forum and Search --> : Creating a Window in Worker Thread


usman999_1
February 25th, 2003, 04:29 AM
Hi *!
I am working on an application that uses a sockects class to send and recive some data. I am doing it in a worker thread. Uptill now everything works fine. I want to run multiple instances of the same socket class at the same time. For that i am trying to implement a window with different control to display the data i.e one window per socket class instance. I thought of putting that displaying details etc in the sockets class (created in worker thread) but when i call createwindow my application stops responding. I know worker threads don't hav a message loop running, but is there a way around this?????? How can i make this gui thing to work??????? Any comments suggestions are most welcome!
Thanks for your time,
Regards,
Usman.