Click here to Skip to main content
16,006,531 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralObviously not a linux fan then Pin
David Wulff28-Aug-01 17:43
David Wulff28-Aug-01 17:43 
GeneralRe: InstallSHIELD Pin
Not Active29-Aug-01 3:22
mentorNot Active29-Aug-01 3:22 
GeneralRe: InstallSHIELD Pin
Cathy28-Aug-01 12:07
Cathy28-Aug-01 12:07 
GeneralRe: InstallSHIELD Pin
28-Aug-01 12:40
suss28-Aug-01 12:40 
GeneralCListCtrl problem Pin
28-Aug-01 10:38
suss28-Aug-01 10:38 
GeneralRe: CListCtrl problem Pin
Masaaki Onishi28-Aug-01 15:18
Masaaki Onishi28-Aug-01 15:18 
GeneralRe: CListCtrl problem Pin
Michael Dunn28-Aug-01 16:50
sitebuilderMichael Dunn28-Aug-01 16:50 
GeneralRe: CListCtrl problem Pin
29-Aug-01 4:30
suss29-Aug-01 4:30 
From MSDN:

CListCtrl::SetColumnWidth
This method changes the width of a column in report view or list view.

BOOL SetColumnWidth(
int nCol,
int cx );
Parameters
nCol
Specifies the index of the column whose width is to be set. In list view, this parameter must be –1.
cx
Specifies the new width of the column. Can be either LVSCW_AUTOSIZE, LVSCW_AUTOSIZE_USEHEADER or LVM_SETCOLUMNWIDTH.
Return Value
Nonzero if it is successful; otherwise, it is zero.


Generaldrag&drop problems in CTreeCtrl Pin
Joel Holdsworth28-Aug-01 10:16
Joel Holdsworth28-Aug-01 10:16 
Generalpointer help Pin
28-Aug-01 10:06
suss28-Aug-01 10:06 
GeneralRe: pointer help Pin
Chris Losinger28-Aug-01 10:38
professionalChris Losinger28-Aug-01 10:38 
GeneralRe: pointer help Pin
#realJSOP29-Aug-01 3:45
professional#realJSOP29-Aug-01 3:45 
GeneralRe: pointer help Pin
Nemanja Trifunovic28-Aug-01 10:40
Nemanja Trifunovic28-Aug-01 10:40 
GeneralRe: pointer help Pin
28-Aug-01 10:50
suss28-Aug-01 10:50 
GeneralRe: pointer help Pin
Nemanja Trifunovic28-Aug-01 11:09
Nemanja Trifunovic28-Aug-01 11:09 
GeneralRe: pointer help Pin
29-Aug-01 12:21
suss29-Aug-01 12:21 
QuestionHow to detect tap and hold in and edit control ? Pin
28-Aug-01 9:53
suss28-Aug-01 9:53 
AnswerRe: How to detect tap and hold in and edit control ? Pin
Paul M Watt23-Feb-02 16:33
mentorPaul M Watt23-Feb-02 16:33 
GeneralHi, Pin
Cnoob28-Aug-01 9:31
Cnoob28-Aug-01 9:31 
GeneralRe: Hi, Pin
Carlos Antollini28-Aug-01 10:33
Carlos Antollini28-Aug-01 10:33 
GeneralRe: Hi, Pin
Nemanja Trifunovic28-Aug-01 10:33
Nemanja Trifunovic28-Aug-01 10:33 
GeneralTreeview Problem Pin
28-Aug-01 9:07
suss28-Aug-01 9:07 
GeneralRe: Treeview Problem Pin
Bret Faller28-Aug-01 9:16
Bret Faller28-Aug-01 9:16 
Generalcan't get the data to change rows Pin
Cnoob28-Aug-01 7:55
Cnoob28-Aug-01 7:55 
GeneralMFC Classes List Pin
Arjen28-Aug-01 7:47
Arjen28-Aug-01 7:47 

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.