Click here to Skip to main content
15,884,388 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: WaitForSingleObject not signaled Pin
leon de boer15-Apr-16 4:57
leon de boer15-Apr-16 4:57 
GeneralRe: WaitForSingleObject not signaled/Do CAsyncSockets notifications happen anywhere but in the main thread Pin
ForNow15-Apr-16 6:34
ForNow15-Apr-16 6:34 
AnswerRe: WaitForSingleObject not signaled My apologies Pin
ForNow16-Apr-16 15:36
ForNow16-Apr-16 15:36 
GeneralRe: WaitForSingleObject not signaled My apologies Pin
leon de boer16-Apr-16 18:10
leon de boer16-Apr-16 18:10 
GeneralRe: WaitForSingleObject not signaled My apologies Pin
ForNow17-Apr-16 6:14
ForNow17-Apr-16 6:14 
QuestionMFC problem with CMFCVisualManager::SetDefaultManager Pin
jung-kreidler13-Apr-16 4:27
jung-kreidler13-Apr-16 4:27 
QuestionMFC : Not able to populate db records in list control of MFC SDI application Pin
catchy8713-Apr-16 0:58
catchy8713-Apr-16 0:58 
AnswerRe: MFC : Not able to populate db records in list control of MFC SDI application Pin
Jochen Arndt13-Apr-16 1:36
professionalJochen Arndt13-Apr-16 1:36 
With not dialog based applications you should derive your view class from CListView Class[^]. That can then be populated with the recordsets using the CListView::GetListCtrl[^] function to get a reference to the list control. The OnInitDialog() corresponding function for views is CView::OnInitialUpdate[^]. See also the example code at the GetListCtrl() link.
QuestionDifference between Compiled and Interpreted language Pin
Mur250110-Apr-16 3:42
Mur250110-Apr-16 3:42 
AnswerRe: Difference between Compiled and Interpreted language Pin
Richard MacCutchan10-Apr-16 4:33
mveRichard MacCutchan10-Apr-16 4:33 
AnswerRe: Difference between Compiled and Interpreted language Pin
Albert Holguin10-Apr-16 15:20
professionalAlbert Holguin10-Apr-16 15:20 
AnswerRe: Difference between Compiled and Interpreted language Pin
W Balboos, GHB11-Apr-16 5:39
W Balboos, GHB11-Apr-16 5:39 
Questionis Let Us C by Yashavant Kanetkar a good resource or a bad. Pin
Mur25017-Apr-16 5:39
Mur25017-Apr-16 5:39 
AnswerRe: is Let Us C by Yashavant Kanetkar a good resource or a bad. Pin
Richard MacCutchan7-Apr-16 7:32
mveRichard MacCutchan7-Apr-16 7:32 
AnswerRe: is Let Us C by Yashavant Kanetkar a good resource or a bad. Pin
leon de boer7-Apr-16 16:41
leon de boer7-Apr-16 16:41 
GeneralRe: is Let Us C by Yashavant Kanetkar a good resource or a bad. Pin
Mur25018-Apr-16 6:35
Mur25018-Apr-16 6:35 
AnswerRe: is Let Us C by Yashavant Kanetkar a good resource or a bad. Pin
Bram van Kampen28-Apr-16 13:39
Bram van Kampen28-Apr-16 13:39 
QuestionERROR: undefined reference to 'auxDIBImaheLoadA' Pin
Ratul Thakur7-Apr-16 5:03
Ratul Thakur7-Apr-16 5:03 
SuggestionRe: ERROR: undefined reference to 'auxDIBImaheLoadA' Pin
David Crow7-Apr-16 5:22
David Crow7-Apr-16 5:22 
GeneralRe: ERROR: undefined reference to 'auxDIBImaheLoadA' Pin
Ratul Thakur7-Apr-16 5:33
Ratul Thakur7-Apr-16 5:33 
SuggestionRe: ERROR: undefined reference to 'auxDIBImaheLoadA' Pin
Richard MacCutchan7-Apr-16 7:30
mveRichard MacCutchan7-Apr-16 7:30 
AnswerRe: ERROR: undefined reference to 'auxDIBImaheLoadA' Pin
leon de boer7-Apr-16 22:11
leon de boer7-Apr-16 22:11 
GeneralRe: ERROR: undefined reference to 'auxDIBImaheLoadA' Pin
leon de boer7-Apr-16 23:06
leon de boer7-Apr-16 23:06 
GeneralRe: ERROR: undefined reference to 'auxDIBImaheLoadA' Pin
Ratul Thakur8-Apr-16 2:28
Ratul Thakur8-Apr-16 2:28 
GeneralRe: ERROR: undefined reference to 'auxDIBImaheLoadA' Pin
Ratul Thakur8-Apr-16 6:57
Ratul Thakur8-Apr-16 6:57 

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.