Click here to Skip to main content
15,903,030 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Installing GDI+ (and Platform SDK questions etc) Pin
Michael Dunn5-Mar-03 15:03
sitebuilderMichael Dunn5-Mar-03 15:03 
GeneralRe: Installing GDI+ (and Platform SDK questions etc) Pin
Anders Molin5-Mar-03 15:24
professionalAnders Molin5-Mar-03 15:24 
GeneralRe: Installing GDI+ (and Platform SDK questions etc) Pin
Joe Woodbury5-Mar-03 19:28
professionalJoe Woodbury5-Mar-03 19:28 
QuestionHow many columns does a CListCtrl have? Pin
work_to_live5-Mar-03 13:22
work_to_live5-Mar-03 13:22 
AnswerRe: How many columns does a CListCtrl have? Pin
Chris Richardson5-Mar-03 13:29
Chris Richardson5-Mar-03 13:29 
AnswerRe: How many columns does a CListCtrl have? Pin
Michael Dunn5-Mar-03 13:30
sitebuilderMichael Dunn5-Mar-03 13:30 
GeneralRe: How many columns does a CListCtrl have? Pin
work_to_live6-Mar-03 2:29
work_to_live6-Mar-03 2:29 
AnswerRe: How many columns does a CListCtrl have? Pin
Dave Bryant5-Mar-03 13:34
Dave Bryant5-Mar-03 13:34 
You can retrive it from the associated header control.

e.g.

CListCtrl m_lstItems;

int nNumCols = m_lstItems.GetHeaderCtrl()->GetItemCount();

Dave
GeneralRe: How many columns does a CListCtrl have? Pin
Dave Bryant5-Mar-03 13:35
Dave Bryant5-Mar-03 13:35 
GeneralRe: How many columns does a CListCtrl have? Pin
work_to_live6-Mar-03 2:32
work_to_live6-Mar-03 2:32 
GeneralCSpinbutton or CBitmapButton Pin
ns5-Mar-03 9:30
ns5-Mar-03 9:30 
GeneralRe: CSpinbutton or CBitmapButton Pin
Chris Richardson5-Mar-03 10:15
Chris Richardson5-Mar-03 10:15 
Generalthank you! Pin
nss5-Mar-03 12:09
nss5-Mar-03 12:09 
QuestionCrystal Reports 9 and Visual C++? Anyone? Pin
clintsinger5-Mar-03 9:08
clintsinger5-Mar-03 9:08 
GeneralFocus problem on CEdit Control Pin
Member 9191605-Mar-03 7:48
Member 9191605-Mar-03 7:48 
GeneralRe: Focus problem on CEdit Control Pin
valikac5-Mar-03 9:12
valikac5-Mar-03 9:12 
GeneralRe: Focus problem on CEdit Control Pin
Member 9191605-Mar-03 20:37
Member 9191605-Mar-03 20:37 
GeneralCList with perfect align columns Pin
doctorpi5-Mar-03 7:15
doctorpi5-Mar-03 7:15 
GeneralRe: CList with perfect align columns Pin
doctorpi5-Mar-03 7:17
doctorpi5-Mar-03 7:17 
GeneralRe: CList with perfect align columns Pin
Chris Richardson5-Mar-03 10:18
Chris Richardson5-Mar-03 10:18 
GeneralRe: CList with perfect align columns Pin
Roger Allen6-Mar-03 0:07
Roger Allen6-Mar-03 0:07 
GeneralLink error LNK1123 after adding a resource to a DLL Pin
tsigo5-Mar-03 7:14
tsigo5-Mar-03 7:14 
QuestionWindows XP Search Control (SA_Progress class)? Pin
Matt Weagle5-Mar-03 6:59
Matt Weagle5-Mar-03 6:59 
GeneralListView Control question Pin
User 98855-Mar-03 6:47
User 98855-Mar-03 6:47 
GeneralRe: ListView Control question Pin
Matt Weagle5-Mar-03 7:01
Matt Weagle5-Mar-03 7:01 

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.