Which steps are required to add a column to a list view?
Answers were Sorted based on User's Feedback
Answer / shadab ali
To add a column in List view, steps are as follows-
1. Create an object of LVCOLUMN structure.
Initilize the structure meeber variable.
2. LVCOLUMN lvcolm
lvcolm.mask=LVCF_TEXT|LVCF_FMT|LVCF_WIDTH|LVCF_SUBITEM;//Var
iable specifying which members contain valid information
lvcolm.fmt=LVCFMT_LEFT;//Alignment of the column header
lvcolm.cx=100;//Width of the column, in pixels
lvcolm.pszText="First"; //column header text
3. ListObj.InsertColumn(0,&lvcolm);
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / poonam
i want to know list view indicates list box or list control
please explain that...
Is This Answer Correct ? | 0 Yes | 0 No |
What is microsoft visual c++ redistributable and do I need it?
What is microsoft visual c++ 2015 redistributable?
What is iunknown?
What is visual c++ runtime error?
What is microsoft visual c++ 2013 redistributable?
what are the advantages of VC++ design environment
Difference between getmessage, postmessage & peakmessage.
Where can I find microsoft visual c++?
Is it safe to uninstall microsoft visual c++ 2008 redistributable?
What is visual c++ runtime?
Do I need ms visual c++ on my computer?
TO start the build process in Developer Studio Which keyboard function is used ?