multi column list box
-
Hi , Can anyone tell me how to create 2 column List Box with default fields and in the 2nd column with variables which can passed during runtime. (1st column) (2nd column) Property | Value Location Word count Document count File size Last Updated Created Please tell how to declare the default values in the 1st column ?? Regards, Parichay BP
-
Hi , Can anyone tell me how to create 2 column List Box with default fields and in the 2nd column with variables which can passed during runtime. (1st column) (2nd column) Property | Value Location Word count Document count File size Last Updated Created Please tell how to declare the default values in the 1st column ?? Regards, Parichay BP
A better option would be
CListCtrl
.
Nibu thomas Software Developer
-
Hi , Can anyone tell me how to create 2 column List Box with default fields and in the 2nd column with variables which can passed during runtime. (1st column) (2nd column) Property | Value Location Word count Document count File size Last Updated Created Please tell how to declare the default values in the 1st column ?? Regards, Parichay BP
Hi parichaybp, (Nibu thomas wrote CListCtrl) yes it's a good way and (me ssugestion CListCtrl) anyway maybe it is some helpful to you http://www.codeproject.com/combobox/CustomListBox_Article.asp[^]
-
Hi , Can anyone tell me how to create 2 column List Box with default fields and in the 2nd column with variables which can passed during runtime. (1st column) (2nd column) Property | Value Location Word count Document count File size Last Updated Created Please tell how to declare the default values in the 1st column ?? Regards, Parichay BP
First, make sure that the control has the
LBS_USETABSTOPS
style. Second, when adding items to it, separate them with a'\t'
character. Last, read MSDN article Q66240.
"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain
"There is no death, only a change of worlds." - Native American Proverb