Click here to Skip to main content
15,890,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
Window creation is an interesting process. You need to register a Window Class, it's not a C++ class and doesn't go in the registry so you can tell how antiquated this stuff is. This is a process you'll need to look up in the docs but it amounts to telling the Windows Kernel about a function in your app and registering a type of Window which your app will be handling. When you call CreateWindow you tell it which class of Window you want and then all messages get routed through your registered Window function. MFC::CWnd no doubt has helpers for all this but it's a while since I used it at that level.

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 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 
GeneralRe: About Socket Buffer Pin
manish.patel19-Nov-07 1:10
manish.patel19-Nov-07 1:10 
AnswerRe: About Socket Buffer Pin
Matthew Faithfull19-Nov-07 1:22
Matthew Faithfull19-Nov-07 1:22 

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.