I have the following scenario: One application thread waiting on a socket receiving data and another application thread running essentially mozilla. I would really like to be able to have the receiving thread tell the mozilla thread to display windows based on the incoming msg, but I'm hitting a brick wall in doing so. I can open any number of windows inside of the mozilla thread, but once it's running I'm unable to send window's from the other thread.
Is their any documentation or are their any examples of how to do this laying around? And does anyone have any advice for how to go about accomplishing something like this? Thanks, James Warner
