
How to set column header title in multicolumn listbox
They are two very diferent yet slightly similar list
controls available in the VB toolbox.
I would post this question in an Outlook NG.
I don't have any experience with Outlook forms,
some here may, but likely not...
D.
Quote:
> It is a listbox on Outlook form. I am able to show empty
> column headers. But I need to show column header contents.
> I have set following properties:
> ListBox1.ColumnHeads= True
> ListBox1.ColumnWidths="20;120;120;120;120;120"
> ListBox1.ColumnCount=7
> I am not getting ListBox contents from database.
> What is difference between ListBox and ListView?
> Thanks.
> Pankaj
> >-----Original Message-----
> >Are we talking about a ListBox or a ListView?
> >D?
> >> Hi,
> >> I am using multi-column list box for making custom
> >> Outlook form using VBScript.
> >> I am able to make it multi-column list box, but I am
> not
> >> able to set column header content. This listBox is not
> >> linked to database query.
> >> Please someone help as soon as possible.
> >> Thank you very much.
> >> Regards.
> >> Pankaj
> >.