Click here to Skip to main content
15,903,175 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Creating separate class for database connection MFC vc++ Pin
Gerry Schmitz26-Sep-19 19:08
mveGerry Schmitz26-Sep-19 19:08 
SuggestionRe: Creating separate class for database connection MFC vc++ Pin
David Crow27-Sep-19 6:58
David Crow27-Sep-19 6:58 
Questioncannot change rgrc0 with wm_nccalcsize Pin
Member 1180360726-Sep-19 6:26
Member 1180360726-Sep-19 6:26 
AnswerRe: cannot change rgrc0 with wm_nccalcsize Pin
Richard MacCutchan26-Sep-19 6:47
mveRichard MacCutchan26-Sep-19 6:47 
GeneralRe: cannot change rgrc0 with wm_nccalcsize Pin
Member 1180360726-Sep-19 7:41
Member 1180360726-Sep-19 7:41 
GeneralRe: cannot change rgrc0 with wm_nccalcsize Pin
Victor Nijegorodov26-Sep-19 8:33
Victor Nijegorodov26-Sep-19 8:33 
GeneralRe: cannot change rgrc0 with wm_nccalcsize Pin
Member 1180360726-Sep-19 8:43
Member 1180360726-Sep-19 8:43 
GeneralRe: cannot change rgrc0 with wm_nccalcsize Pin
Victor Nijegorodov26-Sep-19 9:08
Victor Nijegorodov26-Sep-19 9:08 
GeneralRe: cannot change rgrc0 with wm_nccalcsize Pin
Member 1180360726-Sep-19 9:16
Member 1180360726-Sep-19 9:16 
GeneralRe: cannot change rgrc0 with wm_nccalcsize Pin
Victor Nijegorodov26-Sep-19 9:21
Victor Nijegorodov26-Sep-19 9:21 
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 
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 
Member 14575556 wrote:
I want to pop up a message if I didn't select anything from the drop down and press a button.
Don't allow button to be "pressed" unless a selection is made. Allowing the button to be "pressed" if one or more controls are in error violates the basic principles of GUI design. Not to mention it is extremely annoying.

"One man's wage rise is another man's price increase." - Harold Wilson

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles


GeneralRe: CCombobox MFC vc++ Pin
Gerry Schmitz25-Sep-19 19:43
mveGerry Schmitz25-Sep-19 19:43 

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.