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?

Answers were Sorted based on User's Feedback



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

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

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

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

Post New Answer

More VC++ AllOther Interview Questions

difference between assert and verify.

0 Answers  


What is an overlapped image?

1 Answers  


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

0 Answers  


What is more efficient to pass as a parameter--a pointer or an object? Why?

1 Answers  


What is a copy constructor? What is the need for it?

0 Answers  


How a dll will be sharable by more than one exe?

4 Answers   CA,


How do you specify which control is the buddy control?

2 Answers  


What is difference between c++ and visual c++?

0 Answers  


How do I fix microsoft visual c++ 2015 setup failed?

0 Answers  


TO start the build process in Developer Studio Which keyboard function is used ?

4 Answers  


How do I reinstall visual c++ on windows 10?

0 Answers  


What is microsoft visual c++ 2015 redistributable?

0 Answers  


Categories