Click here to Skip to main content
15,914,642 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionExternal Hard Disk Drives Pin
Abinash Mohanty9-Apr-09 21:00
Abinash Mohanty9-Apr-09 21:00 
AnswerRe: External Hard Disk Drives Pin
Hamid_RT9-Apr-09 21:07
Hamid_RT9-Apr-09 21:07 
GeneralRe: External Hard Disk Drives Pin
Abinash Mohanty9-Apr-09 23:28
Abinash Mohanty9-Apr-09 23:28 
QuestionRe: External Hard Disk Drives Pin
David Crow10-Apr-09 3:02
David Crow10-Apr-09 3:02 
QuestionMacro, why? Pin
Maxwell Chen9-Apr-09 20:16
Maxwell Chen9-Apr-09 20:16 
QuestionRe: Macro, why? Pin
CPallini9-Apr-09 20:29
mveCPallini9-Apr-09 20:29 
AnswerRe: Macro, why? Pin
Maxwell Chen9-Apr-09 20:32
Maxwell Chen9-Apr-09 20:32 
Questionshow one column extra in CListControl Pin
Davitor9-Apr-09 20:06
Davitor9-Apr-09 20:06 
Hi All

I have a CListControl and i have use SetExtendedStyle.I have InsertColumn four Column but it's showing five column.Last column is blank.How can i remove last blank column.i use like this.
m_list.SetExtendedStyle(m_list.GetStyle()|LVS_EX_TRACKSELECT);
m_list.InsertColumn(0, _T("Name"),LVCFMT_LEFT, 175);
m_list.InsertColumn(1, _T("Age"),LVCFMT_LEFT, 150);
m_list.InsertColumn(2, _T("Sex"),LVCFMT_LEFT, 150);
m_list.InsertColumn(3, _T("Class"),LVCFMT_LEFT, 150);


Plz help me
AnswerRe: show one column extra in CListControl Pin
rwilmink10-Apr-09 2:49
rwilmink10-Apr-09 2:49 
QuestionRe: show one column extra in CListControl Pin
David Crow10-Apr-09 3:03
David Crow10-Apr-09 3:03 
AnswerRe: show one column extra in CListControl Pin
Davitor13-Apr-09 0:26
Davitor13-Apr-09 0:26 
QuestionUnable to View the MDI Static Splitter Pin
narayanagvs9-Apr-09 19:27
narayanagvs9-Apr-09 19:27 
QuestionHow to Add Crystal Report ActiveX Control 4.0 in VC++ ATL Based Program? Pin
savitri9-Apr-09 19:14
savitri9-Apr-09 19:14 
QuestionYahoo Messager system tray online/offline notification Pin
eight9-Apr-09 19:06
eight9-Apr-09 19:06 
AnswerRe: Yahoo Messager system tray online/offline notification Pin
Divyang Mithaiwala9-Apr-09 20:10
Divyang Mithaiwala9-Apr-09 20:10 
AnswerRe: Yahoo Messager system tray online/offline notification Pin
David Crow10-Apr-09 3:05
David Crow10-Apr-09 3:05 
Questionget all folder names ? Pin
sam_psycho9-Apr-09 19:02
sam_psycho9-Apr-09 19:02 
AnswerRe: get all folder names ? Pin
Jijo.Raj9-Apr-09 19:34
Jijo.Raj9-Apr-09 19:34 
AnswerRe: get all folder names ? Pin
Hamid_RT9-Apr-09 21:02
Hamid_RT9-Apr-09 21:02 
AnswerRe: get all folder names ? Pin
rwilmink19-Apr-09 21:14
rwilmink19-Apr-09 21:14 
QuestionSetup Creation with MYSQL database Pin
gopalrajatrt9-Apr-09 17:55
gopalrajatrt9-Apr-09 17:55 
QuestionCListCtrl BackColor [modified] Pin
12Code9-Apr-09 17:32
12Code9-Apr-09 17:32 
AnswerRe: CListCtrl BackColor Pin
Jijo.Raj9-Apr-09 18:59
Jijo.Raj9-Apr-09 18:59 
QuestionGetComputerName <-- Issue with string? Pin
rbwest869-Apr-09 16:53
rbwest869-Apr-09 16:53 
QuestionRe: GetComputerName <-- Issue with string? Pin
David Crow9-Apr-09 17:22
David Crow9-Apr-09 17: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.