Click here to Skip to main content
15,885,216 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: "PostMessage" without window Pin
Richard MacCutchan6-Nov-09 22:55
mveRichard MacCutchan6-Nov-09 22:55 
Answer[Message Deleted] Pin
Kushagra Tiwari6-Nov-09 23:38
Kushagra Tiwari6-Nov-09 23:38 
GeneralRe: "PostMessage" without window Pin
Rajesh R Subramanian7-Nov-09 4:32
professionalRajesh R Subramanian7-Nov-09 4:32 
RantRe: "PostMessage" without window Pin
Rajesh R Subramanian8-Nov-09 19:37
professionalRajesh R Subramanian8-Nov-09 19:37 
GeneralRe: "PostMessage" without window Pin
Kushagra Tiwari8-Nov-09 20:02
Kushagra Tiwari8-Nov-09 20:02 
GeneralRe: "PostMessage" without window Pin
Kushagra Tiwari8-Nov-09 20:07
Kushagra Tiwari8-Nov-09 20:07 
GeneralRe: "PostMessage" without window Pin
Rajesh R Subramanian8-Nov-09 20:30
professionalRajesh R Subramanian8-Nov-09 20:30 
AnswerRe: "PostMessage" without window Pin
Rajesh R Subramanian7-Nov-09 4:31
professionalRajesh R Subramanian7-Nov-09 4:31 
Derive that class from CWinThread. This will provide the class with a message pump and message mapping mechanism, and then you could use PostThreadMessage to post a message to it (actually to the thread). Have a message map entry added for all the messages of your interest.


“Follow your bliss.” – Joseph Campbell

AnswerRe: "PostMessage" without window Pin
transoft7-Nov-09 5:05
transoft7-Nov-09 5:05 
Questionhow to convert word(or)excel document to pdf Pin
soo preety6-Nov-09 22:08
soo preety6-Nov-09 22:08 
AnswerRe: how to convert word(or)excel document to pdf Pin
Richard MacCutchan6-Nov-09 22:33
mveRichard MacCutchan6-Nov-09 22:33 
AnswerRe: how to convert word(or)excel document to pdf Pin
Paresh Chitte6-Nov-09 23:15
Paresh Chitte6-Nov-09 23:15 
QuestionKey press missing Pin
Deepak.Prahlad6-Nov-09 20:13
Deepak.Prahlad6-Nov-09 20:13 
AnswerRe: Key press missing Pin
includeh106-Nov-09 23:33
includeh106-Nov-09 23:33 
GeneralRe: Key press missing Pin
Deepak.Prahlad7-Nov-09 17:56
Deepak.Prahlad7-Nov-09 17:56 
QuestionHelp Needed Controlling other application using VC++ Pin
Ram Murali6-Nov-09 19:55
Ram Murali6-Nov-09 19:55 
AnswerRe: Help Needed Controlling other application using VC++ Pin
Richard MacCutchan6-Nov-09 22:36
mveRichard MacCutchan6-Nov-09 22:36 
GeneralRe: Help Needed Controlling other application using VC++ Pin
Ram Murali6-Nov-09 22:47
Ram Murali6-Nov-09 22:47 
GeneralRe: Help Needed Controlling other application using VC++ Pin
Richard MacCutchan6-Nov-09 22:50
mveRichard MacCutchan6-Nov-09 22:50 
GeneralRe: Help Needed Controlling other application using VC++ Pin
Ram Murali6-Nov-09 22:57
Ram Murali6-Nov-09 22:57 
GeneralRe: Help Needed Controlling other application using VC++ Pin
David Crow7-Nov-09 10:16
David Crow7-Nov-09 10:16 
AnswerRe: Help Needed Controlling other application using VC++ Pin
Kushagra Tiwari7-Nov-09 0:12
Kushagra Tiwari7-Nov-09 0:12 
QuestionArray help in cpp Pin
Pierre-Andre Malborugh6-Nov-09 14:36
Pierre-Andre Malborugh6-Nov-09 14:36 
AnswerRe: Array help in cpp Pin
Hans Dietrich6-Nov-09 15:08
mentorHans Dietrich6-Nov-09 15:08 
QuestionNeed some Help ON DLL Thank You Pin
VB_Crazy6-Nov-09 12:38
VB_Crazy6-Nov-09 12:38 

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.