Click here to Skip to main content
15,894,540 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: cannot change rgrc0 with wm_nccalcsize Pin
Member 1180360726-Sep-19 9:22
Member 1180360726-Sep-19 9:22 
GeneralRe: cannot change rgrc0 with wm_nccalcsize Pin
Victor Nijegorodov26-Sep-19 9:31
Victor Nijegorodov26-Sep-19 9:31 
GeneralRe: cannot change rgrc0 with wm_nccalcsize Pin
Member 1180360726-Sep-19 9:49
Member 1180360726-Sep-19 9:49 
GeneralRe: cannot change rgrc0 with wm_nccalcsize Pin
Victor Nijegorodov26-Sep-19 10:14
Victor Nijegorodov26-Sep-19 10:14 
GeneralRe: cannot change rgrc0 with wm_nccalcsize Pin
Richard MacCutchan26-Sep-19 22:51
mveRichard MacCutchan26-Sep-19 22:51 
GeneralRe: cannot change rgrc0 with wm_nccalcsize Pin
David Crow27-Sep-19 6:54
David Crow27-Sep-19 6:54 
SuggestionRe: cannot change rgrc0 with wm_nccalcsize Pin
David Crow26-Sep-19 9:38
David Crow26-Sep-19 9:38 
AnswerRe: cannot change rgrc0 with wm_nccalcsize Pin
Richard MacCutchan27-Sep-19 22:13
mveRichard MacCutchan27-Sep-19 22:13 
The problem is that the WM_NCCALCSIZE message with WPARAM 0, is only sent when the Window is first created. If you are subclassing the Window then you will never see that form of the message, because you cannot subclass until after it has been created.
GeneralRe: cannot change rgrc0 with wm_nccalcsize Pin
Member 1180360728-Sep-19 3:37
Member 1180360728-Sep-19 3:37 
GeneralRe: cannot change rgrc0 with wm_nccalcsize Pin
Richard MacCutchan28-Sep-19 4:37
mveRichard MacCutchan28-Sep-19 4:37 
QuestionCCombobox MFC vc++ Pin
Member 1457555625-Sep-19 1:06
Member 1457555625-Sep-19 1:06 
AnswerRe: CCombobox MFC vc++ Pin
Richard MacCutchan25-Sep-19 1:38
mveRichard MacCutchan25-Sep-19 1:38 
AnswerRe: CCombobox MFC vc++ Pin
_Flaviu25-Sep-19 1:55
_Flaviu25-Sep-19 1:55 
AnswerRe: CCombobox MFC vc++ Pin
David Crow25-Sep-19 3:24
David Crow25-Sep-19 3:24 
GeneralRe: CCombobox MFC vc++ Pin
Gerry Schmitz25-Sep-19 19:43
mveGerry Schmitz25-Sep-19 19:43 
GeneralRe: CCombobox MFC vc++ Pin
David Crow26-Sep-19 5:16
David Crow26-Sep-19 5:16 
QuestionHow to enable accessibility in chrome browser without installing firefox? Pin
Mallesh Kumar25-Sep-19 0:13
Mallesh Kumar25-Sep-19 0:13 
AnswerRe: How to enable accessibility in chrome browser without installing firefox? Pin
Richard MacCutchan25-Sep-19 0:20
mveRichard MacCutchan25-Sep-19 0:20 
AnswerRe: How to enable accessibility in chrome browser without installing firefox? Pin
_Flaviu25-Sep-19 0:40
_Flaviu25-Sep-19 0:40 
GeneralRe: How to enable accessibility in chrome browser without installing firefox? Pin
Mallesh Kumar25-Sep-19 1:03
Mallesh Kumar25-Sep-19 1:03 
GeneralRe: How to enable accessibility in chrome browser without installing firefox? Pin
_Flaviu25-Sep-19 1:10
_Flaviu25-Sep-19 1:10 
GeneralRe: How to enable accessibility in chrome browser without installing firefox? Pin
_Flaviu26-Sep-19 19:39
_Flaviu26-Sep-19 19:39 
QuestionMFC vc++ deleting column in list view control Pin
Member 1457555624-Sep-19 18:15
Member 1457555624-Sep-19 18:15 
AnswerRe: MFC vc++ deleting column in list view control Pin
Victor Nijegorodov24-Sep-19 20:51
Victor Nijegorodov24-Sep-19 20:51 
GeneralRe: MFC vc++ deleting column in list view control Pin
Member 1457555624-Sep-19 21:08
Member 1457555624-Sep-19 21: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.