Click here to Skip to main content
15,914,820 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: hourglass cursor question Pin
Andreas Saurwein27-Sep-02 6:38
Andreas Saurwein27-Sep-02 6:38 
GeneralRe: hourglass cursor question Pin
ns27-Sep-02 6:38
ns27-Sep-02 6:38 
GeneralRe: hourglass cursor question Pin
Ravi Bhavnani27-Sep-02 12:46
professionalRavi Bhavnani27-Sep-02 12:46 
GeneralRe: hourglass cursor question Pin
Andreas Saurwein28-Sep-02 12:54
Andreas Saurwein28-Sep-02 12:54 
GeneralRe: hourglass cursor question Pin
Ravi Bhavnani28-Sep-02 13:02
professionalRavi Bhavnani28-Sep-02 13:02 
GeneralRe: hourglass cursor question Pin
Andreas Saurwein30-Sep-02 3:46
Andreas Saurwein30-Sep-02 3:46 
GeneralRe: hourglass cursor question Pin
Ravi Bhavnani30-Sep-02 3:55
professionalRavi Bhavnani30-Sep-02 3:55 
GeneralThread-to-thread communications Pin
Clay27-Sep-02 5:33
Clay27-Sep-02 5:33 
I have a dialog based MFC app that uses AfxBeginThread to create five threads from the same class. I can communicate to the main program from each of the five threads with SendMessage. From each of the five threads I know the threadId of the other four threads. What I would like to know is how to have thread one send a message to thread two and so on until thread four sends a message back to thread one. I've used PostThreadMessage to do the above and the return code is OK, but no message shows up. Where are the messages?

Thanks,
Clay
GeneralRe: Thread-to-thread communications Pin
Andreas Saurwein27-Sep-02 5:40
Andreas Saurwein27-Sep-02 5:40 
GeneralRe: Thread-to-thread communications Pin
Clay27-Sep-02 5:51
Clay27-Sep-02 5:51 
GeneralRe: Thread-to-thread communications Pin
Andreas Saurwein27-Sep-02 6:00
Andreas Saurwein27-Sep-02 6:00 
GeneralRe: Thread-to-thread communications Pin
valikac27-Sep-02 6:20
valikac27-Sep-02 6:20 
GeneralRe: Thread-to-thread communications Pin
Clay27-Sep-02 6:26
Clay27-Sep-02 6:26 
GeneralRe: Thread-to-thread communications Pin
Neville Franks27-Sep-02 12:01
Neville Franks27-Sep-02 12:01 
GeneralGetRunTimeClass() Link Error Pin
Rohit  Sinha27-Sep-02 5:30
Rohit  Sinha27-Sep-02 5:30 
GeneralRe: GetRunTimeClass() Link Error Pin
Andreas Saurwein27-Sep-02 6:08
Andreas Saurwein27-Sep-02 6:08 
GeneralRe: GetRunTimeClass() Link Error Pin
Rohit  Sinha27-Sep-02 9:48
Rohit  Sinha27-Sep-02 9:48 
GeneralUsing a tree control as an interface. Pin
Christopher Hooper27-Sep-02 5:24
sussChristopher Hooper27-Sep-02 5:24 
GeneralRe: Using a tree control as an interface. Pin
l a u r e n27-Sep-02 5:29
l a u r e n27-Sep-02 5:29 
GeneralRe: Using a tree control as an interface. Pin
Anonymous27-Sep-02 5:36
Anonymous27-Sep-02 5:36 
GeneralRe: Using a tree control as an interface. Pin
l a u r e n27-Sep-02 5:43
l a u r e n27-Sep-02 5:43 
GeneralRe: Using a tree control as an interface. Pin
Shog927-Sep-02 5:58
sitebuilderShog927-Sep-02 5:58 
GeneralRe: Using a tree control as an interface. Pin
Ray Cassick27-Sep-02 10:03
Ray Cassick27-Sep-02 10:03 
GeneralRe: Using a tree control as an interface. Pin
Neville Franks27-Sep-02 12:09
Neville Franks27-Sep-02 12:09 
GeneralRe: Using a tree control as an interface. Pin
Ray Cassick28-Sep-02 4:44
Ray Cassick28-Sep-02 4:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.