Click here to Skip to main content
15,891,529 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionProblem in scrolling a dialog. Pin
chandu00419-Nov-07 3:09
chandu00419-Nov-07 3:09 
AnswerRe: Problem in scrolling a dialog. Pin
Nelek19-Nov-07 3:46
protectorNelek19-Nov-07 3:46 
GeneralRe: Problem in scrolling a dialog. Pin
chandu00420-Nov-07 3:48
chandu00420-Nov-07 3:48 
QuestionBAD_POOL_HEADER Pin
Kerem Guemruekcue19-Nov-07 2:51
Kerem Guemruekcue19-Nov-07 2:51 
QuestionHow do I subscribe to events in a class? [modified] Pin
arnold_w19-Nov-07 2:26
arnold_w19-Nov-07 2:26 
GeneralRe: How do I subscribe to events in a class? Pin
Matthew Faithfull19-Nov-07 2:55
Matthew Faithfull19-Nov-07 2:55 
GeneralRe: How do I subscribe to events in a class? Pin
arnold_w19-Nov-07 3:58
arnold_w19-Nov-07 3:58 
GeneralRe: How do I subscribe to events in a class? Pin
Matthew Faithfull19-Nov-07 4:27
Matthew Faithfull19-Nov-07 4:27 
In this case m_hWnd has to be equal to the window handle of the window you're sending the message to. The window handle is a Windows as opposed to your-app value. Hence only Windows can generate it when the window is created, ( CreateWindowEx API or similar ). Once this is done you can extract it from the CWnd class where MFC will have deposited it it in the m_hWnd member.

Nothing is exactly what it seems but everything with seems can be unpicked.

GeneralRe: How do I subscribe to events in a class? Pin
arnold_w19-Nov-07 4:38
arnold_w19-Nov-07 4:38 
GeneralRe: How do I subscribe to events in a class? Pin
Matthew Faithfull19-Nov-07 5:03
Matthew Faithfull19-Nov-07 5:03 
GeneralRe: How do I subscribe to events in a class? Pin
arnold_w19-Nov-07 22:11
arnold_w19-Nov-07 22:11 
QuestionBeginner Pin
john563219-Nov-07 2:09
john563219-Nov-07 2:09 
AnswerRe: Beginner Pin
Kerem Guemruekcue19-Nov-07 2:40
Kerem Guemruekcue19-Nov-07 2:40 
AnswerRe: Beginner Pin
Johpoke19-Nov-07 2:44
Johpoke19-Nov-07 2:44 
AnswerRe: Beginner Pin
chandu00419-Nov-07 3:02
chandu00419-Nov-07 3:02 
AnswerRe: Beginner Pin
Hamid_RT19-Nov-07 3:48
Hamid_RT19-Nov-07 3:48 
QuestionHow do I call an instance method from an exported method in a MFC DLL? Pin
arnold_w19-Nov-07 0:24
arnold_w19-Nov-07 0:24 
GeneralRe: How do I call an instance method from an exported method in a MFC DLL? Pin
Matthew Faithfull19-Nov-07 0:32
Matthew Faithfull19-Nov-07 0:32 
GeneralRe: How do I call an instance method from an exported method in a MFC DLL? Pin
arnold_w19-Nov-07 1:02
arnold_w19-Nov-07 1:02 
QuestionRe: How do I call an instance method from an exported method in a MFC DLL? Pin
Matthew Faithfull19-Nov-07 1:07
Matthew Faithfull19-Nov-07 1:07 
AnswerRe: How do I call an instance method from an exported method in a MFC DLL? Pin
arnold_w19-Nov-07 2:09
arnold_w19-Nov-07 2:09 
QuestionAbout Socket Buffer Pin
manish.patel19-Nov-07 0:12
manish.patel19-Nov-07 0:12 
GeneralRe: About Socket Buffer Pin
Matthew Faithfull19-Nov-07 0:36
Matthew Faithfull19-Nov-07 0:36 
GeneralRe: About Socket Buffer Pin
manish.patel19-Nov-07 0:50
manish.patel19-Nov-07 0:50 
GeneralRe: About Socket Buffer Pin
Matthew Faithfull19-Nov-07 1:03
Matthew Faithfull19-Nov-07 1:03 

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.