Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Which steps are required to add a column to a list view?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the significance of initapplication() in vc++.

1177


What is microsoft visual c++ 2013 redistributable package x64?

1060


What is microsoft visual c++ 2015 redistributable package x64?

1076


Does visual c++ 2017 replace 2015?

1050


Can I uninstall visual c++?

1076


What is visual c++ used for?

1067


Explain pointer to the constant and constant pointer? Explain difference between them.

1197


How do I uninstall and reinstall microsoft visual c++ runtime libraries?

1156


What is the Use of the Developer Studio Editor?

2665


What is microsoft visual c++ runtime library error?

1139


What is microsoft visual c++ redistributable and do I need it?

1058


In which Way invoke context-sensitive help inside the editor?

2269


What is microsoft visual c++ used for?

1066


How do I uninstall vc++ 2015?

963


Do I need all the microsoft visual c++ redistributable?

1066