Click here to Skip to main content
15,913,486 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Minimize button pressed event Pin
Waldermort22-Aug-06 20:39
Waldermort22-Aug-06 20:39 
From the docs on MSDN:

"In WM_SYSCOMMAND messages, the four low-order bits of the wParam parameter are used internally by the system. To obtain the correct result when testing the value of wParam, an application must combine the value 0xFFF0 with the wParam value by using the bitwise AND operator."

I know simply comparing the values works, but it could lead to a future bug in the application.
QuestionNeed help Urgent Pin
reddy harish22-Aug-06 18:50
reddy harish22-Aug-06 18:50 
AnswerRe: Need help Urgent Pin
Christian Graus22-Aug-06 18:56
protectorChristian Graus22-Aug-06 18:56 
AnswerRe: Need help Urgent Pin
_AnsHUMAN_ 22-Aug-06 19:02
_AnsHUMAN_ 22-Aug-06 19:02 
AnswerRe: Need help Urgent Pin
Hamid_RT22-Aug-06 20:05
Hamid_RT22-Aug-06 20:05 
QuestionDraw on window Pin
ramanand_bulusu22-Aug-06 18:23
ramanand_bulusu22-Aug-06 18:23 
AnswerRe: Draw on window Pin
Christian Graus22-Aug-06 18:55
protectorChristian Graus22-Aug-06 18:55 
GeneralRe: Draw on window Pin
ramanand_bulusu22-Aug-06 20:28
ramanand_bulusu22-Aug-06 20:28 
AnswerRe: Draw on window Pin
_AnsHUMAN_ 22-Aug-06 19:05
_AnsHUMAN_ 22-Aug-06 19:05 
Generalhi _AnShUmAn_ Pin
ramanand_bulusu22-Aug-06 20:24
ramanand_bulusu22-Aug-06 20:24 
GeneralRe: hi _AnShUmAn_ Pin
_AnsHUMAN_ 22-Aug-06 21:07
_AnsHUMAN_ 22-Aug-06 21:07 
Generalhi _AnShUmAn_ Pin
ramanand_bulusu22-Aug-06 22:01
ramanand_bulusu22-Aug-06 22:01 
GeneralRe: hi _AnShUmAn_ [modified] Pin
_AnsHUMAN_ 22-Aug-06 22:40
_AnsHUMAN_ 22-Aug-06 22:40 
GeneralRe: hi _AnShUmAn_ Pin
ramanand_bulusu23-Aug-06 0:43
ramanand_bulusu23-Aug-06 0:43 
GeneralRe: hi _AnShUmAn_ Pin
ramanand_bulusu23-Aug-06 0:46
ramanand_bulusu23-Aug-06 0:46 
AnswerRe: Draw on window Pin
Hamid_RT22-Aug-06 20:04
Hamid_RT22-Aug-06 20:04 
GeneralRe: Draw on window [modified] Pin
ramanand_bulusu22-Aug-06 20:32
ramanand_bulusu22-Aug-06 20:32 
GeneralRe: Draw on window Pin
Hamid_RT22-Aug-06 20:56
Hamid_RT22-Aug-06 20:56 
Questioncorrect height for header control Pin
Dave Calkins22-Aug-06 18:17
Dave Calkins22-Aug-06 18:17 
AnswerRe: correct height for header control Pin
Waldermort22-Aug-06 19:34
Waldermort22-Aug-06 19:34 
GeneralRe: correct height for header control Pin
Dave Calkins23-Aug-06 9:37
Dave Calkins23-Aug-06 9:37 
QuestionKnowing the serial port Plug/Unplug status Pin
VCSharp00722-Aug-06 18:13
VCSharp00722-Aug-06 18:13 
AnswerRe: Knowing the serial port Plug/Unplug status Pin
kakan22-Aug-06 19:48
professionalkakan22-Aug-06 19:48 
Questionhow to let CEdit SetFocus in a simple SDI program Pin
ikohl22-Aug-06 18:08
ikohl22-Aug-06 18:08 
AnswerRe: how to let CEdit SetFocus in a simple SDI program Pin
uday kiran janaswamy22-Aug-06 18:54
uday kiran janaswamy22-Aug-06 18:54 

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.