Click here to Skip to main content
15,887,776 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to use a variable declared in another class in Visual C++ Pin
lolici17-Mar-17 11:23
lolici17-Mar-17 11:23 
QuestionIs it possible to find if an application is encrypted at runtime Pin
manoharbalu15-Mar-17 2:42
manoharbalu15-Mar-17 2:42 
AnswerRe: Is it possible to find if an application is encrypted at runtime Pin
Jochen Arndt15-Mar-17 3:00
professionalJochen Arndt15-Mar-17 3:00 
GeneralRe: Is it possible to find if an application is encrypted at runtime Pin
manoharbalu15-Mar-17 3:16
manoharbalu15-Mar-17 3:16 
GeneralRe: Is it possible to find if an application is encrypted at runtime Pin
Jochen Arndt15-Mar-17 3:28
professionalJochen Arndt15-Mar-17 3:28 
AnswerRe: Is it possible to find if an application is encrypted at runtime Pin
Randor 15-Mar-17 13:21
professional Randor 15-Mar-17 13:21 
QuestionProblem with List Control in visual c++ Pin
lolici14-Mar-17 4:32
lolici14-Mar-17 4:32 
AnswerRe: Problem with List Control in visual c++ Pin
Jochen Arndt14-Mar-17 4:46
professionalJochen Arndt14-Mar-17 4:46 
OnLvnItemchangedStoreItems seems to be a LVN_ITEMCHANGED notification code (Windows)[^] handler. That is called whenever an item of a list control is changed but you are trying to create columns and add items there. But that handler is never called while you are not adding and changing items (and will produce a stack overflow or dead lock when adding items from within the handler).

Move the code from the handler to CDataDialog::OnInitDialog. That will populate the list and show it.
GeneralRe: Problem with List Control in visual c++ Pin
lolici14-Mar-17 5:23
lolici14-Mar-17 5:23 
QuestionHow to move window with no border using picture control Pin
Premnath Mali9-Mar-17 20:03
professionalPremnath Mali9-Mar-17 20:03 
QuestionRe: How to move window with no border using picture control Pin
Richard MacCutchan9-Mar-17 21:13
mveRichard MacCutchan9-Mar-17 21:13 
AnswerRe: How to move window with no border using picture control Pin
Premnath Mali9-Mar-17 21:46
professionalPremnath Mali9-Mar-17 21:46 
GeneralRe: How to move window with no border using picture control Pin
Richard MacCutchan9-Mar-17 21:57
mveRichard MacCutchan9-Mar-17 21:57 
SuggestionRe: How to move window with no border using picture control Pin
David Crow10-Mar-17 5:49
David Crow10-Mar-17 5:49 
AnswerRe: How to move window with no border using picture control Pin
Randor 16-Mar-17 18:45
professional Randor 16-Mar-17 18:45 
AnswerRe: How to move window with no border using picture control Pin
leon de boer10-Mar-17 16:21
leon de boer10-Mar-17 16:21 
QuestionMFC C++ Compiler Options difference between the debug and release Pin
ForNow5-Mar-17 15:41
ForNow5-Mar-17 15:41 
QuestionRe: MFC C++ Compiler Options difference between the debug and release Pin
David Crow5-Mar-17 16:25
David Crow5-Mar-17 16:25 
AnswerRe: MFC C++ Compiler Options difference between the debug and release Pin
ForNow5-Mar-17 16:36
ForNow5-Mar-17 16:36 
GeneralRe: MFC C++ Compiler Options difference between the debug and release Pin
Richard MacCutchan5-Mar-17 21:02
mveRichard MacCutchan5-Mar-17 21:02 
GeneralRe: MFC C++ Compiler Options difference between the debug and release Pin
Munchies_Matt16-Mar-17 6:22
Munchies_Matt16-Mar-17 6:22 
GeneralRe: MFC C++ Compiler Options difference between the debug and release Pin
Richard MacCutchan16-Mar-17 6:33
mveRichard MacCutchan16-Mar-17 6:33 
GeneralRe: MFC C++ Compiler Options difference between the debug and release Pin
Munchies_Matt16-Mar-17 6:37
Munchies_Matt16-Mar-17 6:37 
GeneralRe: MFC C++ Compiler Options difference between the debug and release Pin
Richard MacCutchan16-Mar-17 6:46
mveRichard MacCutchan16-Mar-17 6:46 
GeneralRe: MFC C++ Compiler Options difference between the debug and release Pin
Jochen Arndt5-Mar-17 21:22
professionalJochen Arndt5-Mar-17 21:22 

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.