Thread: New Thread with same Message Queue?

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    75

    Question New Thread with same Message Queue?

    Is it possible to create a new thread with the same message queue as the the thread creater?

  2. #2
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    I wasn't aware that each thread had it's own message queue...do you mean thread as in a seperate window?

  3. #3
    Registered User
    Join Date
    Jan 2002
    Posts
    75
    No. I mean if I called CreateThread(), there would be two messages queues that existed.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Fixing my program
    By Mcwaffle in forum C Programming
    Replies: 5
    Last Post: 11-05-2008, 03:55 AM
  2. Getting a message with wanted lparam from queue
    By BrownB in forum Windows Programming
    Replies: 6
    Last Post: 12-24-2007, 08:37 PM
  3. Win32 Thread Object Model Revisted
    By Codeplug in forum Windows Programming
    Replies: 5
    Last Post: 12-15-2004, 08:50 AM
  4. How to bind a thread to same message queue as original?
    By genghis in forum Windows Programming
    Replies: 3
    Last Post: 06-01-2002, 02:10 PM
  5. queue help
    By Unregistered in forum C Programming
    Replies: 2
    Last Post: 10-29-2001, 09:38 AM