Click here to Skip to main content
15,885,309 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Edit Control MFC vc++ Pin
Member 1457555624-Sep-19 2:51
Member 1457555624-Sep-19 2:51 
QuestionRe: Edit Control MFC vc++ Pin
David Crow24-Sep-19 4:14
David Crow24-Sep-19 4:14 
AnswerRe: Edit Control MFC vc++ Pin
Member 1457555624-Sep-19 6:02
Member 1457555624-Sep-19 6:02 
AnswerRe: Edit Control MFC vc++ Pin
Gerry Schmitz24-Sep-19 7:40
mveGerry Schmitz24-Sep-19 7:40 
QuestionList control view and button MFC vc++ Pin
Member 1457555623-Sep-19 6:41
Member 1457555623-Sep-19 6:41 
AnswerRe: List control view and button MFC vc++ Pin
Victor Nijegorodov23-Sep-19 7:02
Victor Nijegorodov23-Sep-19 7:02 
GeneralRe: List control view and button MFC vc++ Pin
Member 1457555623-Sep-19 7:18
Member 1457555623-Sep-19 7:18 
GeneralRe: List control view and button MFC vc++ Pin
Victor Nijegorodov23-Sep-19 7:55
Victor Nijegorodov23-Sep-19 7:55 
I am awfully sorry! it is LVN_ITEMCHANGED notification code - Windows applications | Microsoft Docs you should handle! (f..g autocomplete!)

Just use MFC class wizard to implement this notification. Then it its message handler write something like:
C++
GetDlgItem(IDC_MYBUTTON)->ShowWindow(GetDlgItem(<your_listcontrol_ID>)->GetSelectedCount() > 0);

GeneralRe: List control view and button MFC vc++ Pin
Member 1457555623-Sep-19 8:00
Member 1457555623-Sep-19 8:00 
QuestionHow to validate input entered in Edit control MFC vc++ Pin
Member 1457555623-Sep-19 1:15
Member 1457555623-Sep-19 1:15 
AnswerRe: How to validate input entered in Edit control MFC vc++ Pin
_Flaviu23-Sep-19 3:22
_Flaviu23-Sep-19 3:22 
GeneralRe: How to validate input entered in Edit control MFC vc++ Pin
Member 1457555623-Sep-19 6:25
Member 1457555623-Sep-19 6:25 
AnswerRe: How to validate input entered in Edit control MFC vc++ Pin
Maximilien23-Sep-19 3:32
Maximilien23-Sep-19 3:32 
GeneralRe: How to validate input entered in Edit control MFC vc++ Pin
Member 1457555623-Sep-19 6:24
Member 1457555623-Sep-19 6:24 
AnswerRe: How to validate input entered in Edit control MFC vc++ Pin
Victor Nijegorodov23-Sep-19 3:39
Victor Nijegorodov23-Sep-19 3:39 
GeneralRe: How to validate input entered in Edit control MFC vc++ Pin
Member 1457555623-Sep-19 6:29
Member 1457555623-Sep-19 6:29 
Questionpdf995.ini in Program Files (x86) Pin
Erich Ruth19-Sep-19 9:24
Erich Ruth19-Sep-19 9:24 
AnswerRe: pdf995.ini in Program Files (x86) Pin
Victor Nijegorodov19-Sep-19 10:06
Victor Nijegorodov19-Sep-19 10:06 
AnswerRe: pdf995.ini in Program Files (x86) Pin
Gerry Schmitz19-Sep-19 12:21
mveGerry Schmitz19-Sep-19 12:21 
SuggestionRe: pdf995.ini in Program Files (x86) Pin
David Crow20-Sep-19 9:13
David Crow20-Sep-19 9:13 
AnswerRe: pdf995.ini in Program Files (x86) Pin
Richard MacCutchan20-Sep-19 21:04
mveRichard MacCutchan20-Sep-19 21:04 
QuestionMFC VC++ Repopulating the ClistCtrl after database is updated through dialog Pin
Member 1457555618-Sep-19 20:22
Member 1457555618-Sep-19 20:22 
SuggestionRe: MFC VC++ Repopulating the ClistCtrl after database is updated through dialog Pin
Richard MacCutchan18-Sep-19 20:57
mveRichard MacCutchan18-Sep-19 20:57 
GeneralRe: MFC VC++ Repopulating the ClistCtrl after database is updated through dialog Pin
Member 1457555619-Sep-19 3:00
Member 1457555619-Sep-19 3:00 
GeneralRe: MFC VC++ Repopulating the ClistCtrl after database is updated through dialog Pin
Richard MacCutchan19-Sep-19 5:24
mveRichard MacCutchan19-Sep-19 5:24 

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.