Click here to Skip to main content
15,881,248 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionfunctions of raw socket Pin
includeh106-Nov-09 22:57
includeh106-Nov-09 22:57 
AnswerRe: functions of raw socket Pin
Richard MacCutchan7-Nov-09 4:30
mveRichard MacCutchan7-Nov-09 4:30 
Questionnamed IP to digital IP Pin
includeh106-Nov-09 22:38
includeh106-Nov-09 22:38 
AnswerRe: named IP to digital IP Pin
Tony Richards6-Nov-09 23:34
Tony Richards6-Nov-09 23:34 
GeneralRe: named IP to digital IP Pin
includeh107-Nov-09 2:10
includeh107-Nov-09 2:10 
AnswerRe: named IP to digital IP Pin
David Crow7-Nov-09 10:14
David Crow7-Nov-09 10:14 
AnswerRe: named IP to digital IP Pin
Moak7-Nov-09 15:46
Moak7-Nov-09 15:46 
Question"PostMessage" without window Pin
includeh106-Nov-09 22:26
includeh106-Nov-09 22:26 
We can use PostMessage() to post integer to HWND if a window handle is valid, but how to post a message to a class object if without HWND?

The story looks like:

MyClass my;

void MyClass::Send()
{
    post_message(100);
}

void MyClass::Receive()
{
    switch(...)
    {
    case 100:
        ....
        break;
    }
}


how to implement the user function post_message(100)?
AnswerRe: "PostMessage" without window Pin
Richard MacCutchan6-Nov-09 22:32
mveRichard MacCutchan6-Nov-09 22:32 
GeneralRe: "PostMessage" without window Pin
includeh106-Nov-09 22:41
includeh106-Nov-09 22:41 
AnswerRe: "PostMessage" without window Pin
Code-o-mat6-Nov-09 22:50
Code-o-mat6-Nov-09 22:50 
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 
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 

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.