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

C / C++ / MFC

 
GeneralRe: I have many errors but I don't know why? Pin
moh.hijjawi29-Aug-09 4:37
moh.hijjawi29-Aug-09 4:37 
Questionfix data in virtual listctrl Pin
yiyinkuang27-Aug-09 2:42
yiyinkuang27-Aug-09 2:42 
QuestionRe: fix data in virtual listctrl Pin
David Crow27-Aug-09 3:05
David Crow27-Aug-09 3:05 
AnswerRe: fix data in virtual listctrl Pin
yiyinkuang27-Aug-09 3:46
yiyinkuang27-Aug-09 3:46 
QuestionRe: fix data in virtual listctrl Pin
David Crow27-Aug-09 4:10
David Crow27-Aug-09 4:10 
AnswerRe: fix data in virtual listctrl Pin
yiyinkuang27-Aug-09 4:25
yiyinkuang27-Aug-09 4:25 
GeneralRe: fix data in virtual listctrl Pin
David Crow27-Aug-09 4:58
David Crow27-Aug-09 4:58 
AnswerRe: fix data in virtual listctrl Pin
Maximilien27-Aug-09 3:23
Maximilien27-Aug-09 3:23 
(assuming I understand what you want)

If you have a "virtual" list ctrl (CListBox or CListCtrl?), then you should have an underlying data structure somewhere that holds the data that is displayed by the list.

In you derived list ctrl control, there should be a method to display each item individually something like DrawItem); usually, it's in that method that you fetch the data from your data structure and "format" it correctly to be displayed in the list ctrl.

This signature was proudly tested on animals.

GeneralRe: fix data in virtual listctrl Pin
yiyinkuang27-Aug-09 4:01
yiyinkuang27-Aug-09 4:01 
QuestionHow to change background color of button on dialog box in mfc Pin
pinky888427-Aug-09 1:50
pinky888427-Aug-09 1:50 
AnswerRe: How to change background color of button on dialog box in mfc Pin
David Crow27-Aug-09 3:12
David Crow27-Aug-09 3:12 
AnswerRe: How to change background color of button on dialog box in mfc Pin
Hamid_RT27-Aug-09 4:53
Hamid_RT27-Aug-09 4:53 
QuestionReading metadata of files Pin
emmmatty127-Aug-09 0:54
emmmatty127-Aug-09 0:54 
AnswerRe: Reading metadata of files Pin
Stuart Dootson27-Aug-09 1:00
professionalStuart Dootson27-Aug-09 1:00 
Questionserious problem with wininet.dll of IE8 ... Pin
dharani27-Aug-09 0:42
dharani27-Aug-09 0:42 
Question_except Pin
durban227-Aug-09 0:30
durban227-Aug-09 0:30 
AnswerRe: _except [modified] Pin
Stuart Dootson27-Aug-09 0:51
professionalStuart Dootson27-Aug-09 0:51 
QuestionDisable title bar click to restore window Pin
Abinash Mohanty27-Aug-09 0:05
Abinash Mohanty27-Aug-09 0:05 
AnswerRe: Disable title bar click to restore window Pin
Stuart Dootson27-Aug-09 0:57
professionalStuart Dootson27-Aug-09 0:57 
QuestionWaterfall display Pin
su_marvel26-Aug-09 22:20
su_marvel26-Aug-09 22:20 
AnswerRe: Waterfall display Pin
Rajesh R Subramanian26-Aug-09 22:30
professionalRajesh R Subramanian26-Aug-09 22:30 
QuestionHow to do CoCreateInstance without CLSID Pin
deadlyabbas26-Aug-09 22:00
deadlyabbas26-Aug-09 22:00 
AnswerRe: How to do CoCreateInstance without CLSID Pin
Stuart Dootson26-Aug-09 22:16
professionalStuart Dootson26-Aug-09 22:16 
QuestionRe: How to do CoCreateInstance without CLSID Pin
CPallini26-Aug-09 22:18
mveCPallini26-Aug-09 22:18 
AnswerRe: How to do CoCreateInstance without CLSID Pin
deadlyabbas26-Aug-09 22:41
deadlyabbas26-Aug-09 22:41 

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.