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

C / C++ / MFC

 
GeneralRe: Icons Pin
Waldermort23-Aug-06 2:32
Waldermort23-Aug-06 2:32 
GeneralRe: Icons Pin
Waldermort23-Aug-06 7:47
Waldermort23-Aug-06 7:47 
QuestionMinimize button pressed event Pin
Kiran Pinjala22-Aug-06 19:24
Kiran Pinjala22-Aug-06 19:24 
AnswerRe: Minimize button pressed event Pin
prasad_som22-Aug-06 19:29
prasad_som22-Aug-06 19:29 
AnswerRe: Minimize button pressed event Pin
Waldermort22-Aug-06 19:30
Waldermort22-Aug-06 19:30 
GeneralRe: Minimize button pressed event Pin
Kiran Pinjala22-Aug-06 19:54
Kiran Pinjala22-Aug-06 19:54 
AnswerRe: Minimize button pressed event Pin
Hamid_RT22-Aug-06 20:17
Hamid_RT22-Aug-06 20:17 
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 

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.