Click here to Skip to main content
15,911,711 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to install windows updates WUA api Pin
ashish8patil30-Jun-09 22:47
ashish8patil30-Jun-09 22:47 
GeneralRe: How to install windows updates WUA api Pin
Stuart Dootson30-Jun-09 22:55
professionalStuart Dootson30-Jun-09 22:55 
QuestionMerge sort for files (C++ realization) Pin
alikalik30-Jun-09 21:05
alikalik30-Jun-09 21:05 
QuestionRe: Merge sort for files (C++ realization) Pin
CPallini30-Jun-09 21:16
mveCPallini30-Jun-09 21:16 
AnswerRe: Merge sort for files (C++ realization) Pin
KarstenK30-Jun-09 21:34
mveKarstenK30-Jun-09 21:34 
AnswerRe: Merge sort for files (C++ realization) Pin
Stuart Dootson30-Jun-09 21:42
professionalStuart Dootson30-Jun-09 21:42 
AnswerRe: Merge sort for files (C++ realization) Pin
Chandrasekharan P30-Jun-09 23:47
Chandrasekharan P30-Jun-09 23:47 
QuestionRe: Merge sort for files (C++ realization) Pin
David Crow1-Jul-09 3:04
David Crow1-Jul-09 3:04 
Questiongenetic algorithm(G A) Pin
luckykhan30-Jun-09 20:59
luckykhan30-Jun-09 20:59 
AnswerRe: genetic algorithm(G A) Pin
Cedric Moonen30-Jun-09 21:07
Cedric Moonen30-Jun-09 21:07 
AnswerRe: genetic algorithm(G A) Pin
Rajesh R Subramanian30-Jun-09 22:58
professionalRajesh R Subramanian30-Jun-09 22:58 
JokeRe: genetic algorithm(G A) Pin
David Crow1-Jul-09 3:07
David Crow1-Jul-09 3:07 
Questionrunning a application as service Pin
rahuljin30-Jun-09 20:40
rahuljin30-Jun-09 20:40 
AnswerRe: running a application as service Pin
Madhu Nair30-Jun-09 20:46
Madhu Nair30-Jun-09 20:46 
GeneralRe: running a application as service Pin
Harsh Shankar30-Jun-09 21:00
Harsh Shankar30-Jun-09 21:00 
AnswerRe: running a application as service Pin
Michael Dunn30-Jun-09 20:47
sitebuilderMichael Dunn30-Jun-09 20:47 
AnswerRe: running a application as service Pin
David Crow1-Jul-09 3:13
David Crow1-Jul-09 3:13 
QuestionError "aggregate'main():: record r' has incomplete type and cannot be defined". ??? Pin
Razanust30-Jun-09 19:37
Razanust30-Jun-09 19:37 
AnswerRe: Error "aggregate'main():: record r' has incomplete type and cannot be defined". ??? Pin
Madhu Nair30-Jun-09 19:43
Madhu Nair30-Jun-09 19:43 
AnswerRe: Error "aggregate'main():: record r' has incomplete type and cannot be defined". ??? Pin
chandu00430-Jun-09 19:44
chandu00430-Jun-09 19:44 
AnswerRe: Error "aggregate'main():: record r' has incomplete type and cannot be defined". ??? Pin
David Crow1-Jul-09 3:39
David Crow1-Jul-09 3:39 
Question880410 - CtlColor Pin
ilostmyid230-Jun-09 19:25
professionalilostmyid230-Jun-09 19:25 
AnswerRe: 880410 - CtlColor Pin
«_Superman_»30-Jun-09 19:52
professional«_Superman_»30-Jun-09 19:52 
AnswerRe: 880410 - CtlColor Pin
Chuck O'Toole30-Jun-09 23:07
Chuck O'Toole30-Jun-09 23:07 
QuestionHow To Dynamically Create and Display CListView object Pin
CodeMacDaddy30-Jun-09 10:24
CodeMacDaddy30-Jun-09 10:24 
I have created an MFC app as a SDI supporting doucment/view architecture. The main classes are: CMainFrame, CView, and CDocument. In my app I want to dynamically create a CListView when the user select a menu item. I've added CListView class to my project. In my OnInitialUpdate() I'm doing InsertColumn() calls and in OnUpdate() I'm doing InsertItem() and SetItemText(). When a menu item is select I am basically set a point to a new CListView object. What is not working is that nothing is being displayed on the screen !!! I know once the memory is allocated for the new CListView object I need to call Create() function. Don't know what I need to pass or how to link this to my CView class so that it is acutally displayed. Please help. I have not seen any good examples on dynamically creating a CListView object.

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.