Click here to Skip to main content
15,921,697 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ON_WM_CREATE question Pin
Tim Smith10-Jan-03 6:09
Tim Smith10-Jan-03 6:09 
GeneralRe: ON_WM_CREATE question Pin
John M. Drescher10-Jan-03 6:16
John M. Drescher10-Jan-03 6:16 
GeneralRe: ON_WM_CREATE question Pin
AlexO10-Jan-03 7:12
AlexO10-Jan-03 7:12 
GeneralModeless dialog and Create() Pin
ns10-Jan-03 5:11
ns10-Jan-03 5:11 
GeneralRe: Modeless dialog and Create() Pin
ns10-Jan-03 5:21
ns10-Jan-03 5:21 
GeneralRe: Modeless dialog and Create() Pin
Alvaro Mendez10-Jan-03 5:41
Alvaro Mendez10-Jan-03 5:41 
GeneralRe: Modeless dialog and Create() Pin
ns10-Jan-03 5:46
ns10-Jan-03 5:46 
GeneralRe: Modeless dialog and Create() Pin
Alvaro Mendez10-Jan-03 6:05
Alvaro Mendez10-Jan-03 6:05 
Use MSDN to fully answer some of these questions, but I also suggest picking up a book about Windows programming.

Here's what I know:

Whenever a window is created, resized, clicked on, destroyed, whatever, Windows (the operating system) sends a corresponding message to the callback function tied to it (the window). WM_CREATE is the ID of the message sent to that function (by Windows) at the moment the window is being created. If the programmer needs to do something at that time, he checks for that message (inside the function) and does something. If he doesn't care about it, he doesn't do anything and the window continues being created.

Regards,
Alvaro


Well done is better than well said. -- Benjamin Franklin
(I actually prefer medium-well.)
GeneralThanks Pin
ns10-Jan-03 6:10
ns10-Jan-03 6:10 
GeneralRe: Thanks Pin
Alvaro Mendez10-Jan-03 6:43
Alvaro Mendez10-Jan-03 6:43 
Questiondialog to take over full screen??? Pin
joshfl10-Jan-03 5:03
joshfl10-Jan-03 5:03 
AnswerRe: dialog to take over full screen??? Pin
jmkhael10-Jan-03 5:21
jmkhael10-Jan-03 5:21 
AnswerRe: dialog to take over full screen??? Pin
joshfl10-Jan-03 5:25
joshfl10-Jan-03 5:25 
GeneralRe: dialog to take over full screen??? Pin
jmkhael10-Jan-03 5:53
jmkhael10-Jan-03 5:53 
GeneralRe: dialog to take over full screen??? Pin
joshfl10-Jan-03 7:11
joshfl10-Jan-03 7:11 
GeneralMaking the MDI framework be on top... Pin
ns10-Jan-03 4:46
ns10-Jan-03 4:46 
Generalresizing a CEDit Pin
ns10-Jan-03 4:42
ns10-Jan-03 4:42 
Generalsaving location, size, number info on exit Pin
ns10-Jan-03 4:39
ns10-Jan-03 4:39 
GeneralRe: saving location, size, number info on exit Pin
AlexO10-Jan-03 5:36
AlexO10-Jan-03 5:36 
GeneralRe: saving location, size, number info on exit Pin
ns10-Jan-03 5:44
ns10-Jan-03 5:44 
GeneralRe: saving location, size, number info on exit Pin
AlexO10-Jan-03 6:00
AlexO10-Jan-03 6:00 
GeneralMFC extension dll Pin
BORICUA10-Jan-03 4:27
BORICUA10-Jan-03 4:27 
GeneralRe: MFC extension dll Pin
Gary R. Wheeler12-Jan-03 3:39
Gary R. Wheeler12-Jan-03 3:39 
GeneralRe: MFC extension dll Pin
BORICUA12-Jan-03 18:03
BORICUA12-Jan-03 18:03 
GeneralFonts in bitmaps Pin
David Chamberlain10-Jan-03 4:08
David Chamberlain10-Jan-03 4:08 

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.