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

C / C++ / MFC

 
AnswerRe: Shut Down Hook ??? Pin
led mike27-Feb-07 9:35
led mike27-Feb-07 9:35 
GeneralRe: Shut Down Hook ??? Pin
MacGadger27-Feb-07 22:58
MacGadger27-Feb-07 22:58 
Questionhow to see if a key is pressed Pin
Yustme27-Feb-07 8:25
Yustme27-Feb-07 8:25 
AnswerRe: how to see if a key is pressed Pin
Rajesh R Subramanian27-Feb-07 8:28
professionalRajesh R Subramanian27-Feb-07 8:28 
GeneralRe: how to see if a key is pressed Pin
Yustme27-Feb-07 11:09
Yustme27-Feb-07 11:09 
GeneralRe: how to see if a key is pressed Pin
Stephen Hewitt27-Feb-07 12:26
Stephen Hewitt27-Feb-07 12:26 
QuestionPostMessage() doesn't work while dragging a dialog Pin
singersinger27-Feb-07 8:01
singersinger27-Feb-07 8:01 
AnswerRe: PostMessage() doesn't work while dragging a dialog Pin
Mark Salsbery27-Feb-07 8:30
Mark Salsbery27-Feb-07 8:30 
The system has probably entered a modal loop, eating all messages except mouse-related ones
until the drag operation is complete.

You may need to handle the drag yourself - WM_NCLBUTTONDOWN, WM_NCLBUTTONUP, MoveWindow(), etc.
That way you can enter your own message loop and check for posted incoming custom messages.

Mark


"Great job, team. Head back to base for debriefing and cocktails."
(Spottswoode "Team America")

AnswerRe: PostMessage() doesn't work while dragging a dialog Pin
led mike27-Feb-07 9:55
led mike27-Feb-07 9:55 
Questionnamespaces Pin
reyyy27-Feb-07 7:30
reyyy27-Feb-07 7:30 
AnswerRe: namespaces Pin
Cedric Moonen27-Feb-07 7:35
Cedric Moonen27-Feb-07 7:35 
QuestionQuery IWebBrowser2 for IOleObject not working Pin
rrrado27-Feb-07 7:01
rrrado27-Feb-07 7:01 
NewsRe: Query IWebBrowser2 for IOleObject not working Pin
Rajesh R Subramanian27-Feb-07 7:13
professionalRajesh R Subramanian27-Feb-07 7:13 
GeneralRe: Query IWebBrowser2 for IOleObject not working Pin
rrrado27-Feb-07 7:28
rrrado27-Feb-07 7:28 
QuestionDatabases in VC++ Pin
Programm3r27-Feb-07 6:22
Programm3r27-Feb-07 6:22 
AnswerRe: Databases in VC++ Pin
David Crow27-Feb-07 6:43
David Crow27-Feb-07 6:43 
GeneralRe: Databases in VC++ Pin
Programm3r27-Feb-07 7:01
Programm3r27-Feb-07 7:01 
Questionsuccess! Pin
reyyy27-Feb-07 6:13
reyyy27-Feb-07 6:13 
AnswerRe: success! [modified] Pin
Programm3r27-Feb-07 6:25
Programm3r27-Feb-07 6:25 
GeneralRe: success! Pin
reyyy27-Feb-07 6:29
reyyy27-Feb-07 6:29 
GeneralRe: success! Pin
toxcct27-Feb-07 6:38
toxcct27-Feb-07 6:38 
GeneralRe: success! Pin
Programm3r27-Feb-07 6:40
Programm3r27-Feb-07 6:40 
AnswerRe: success! Pin
toxcct27-Feb-07 6:35
toxcct27-Feb-07 6:35 
AnswerRe: success! Pin
David Crow27-Feb-07 6:37
David Crow27-Feb-07 6:37 
GeneralRe: success! Pin
reyyy27-Feb-07 6:38
reyyy27-Feb-07 6: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.