How to set column header title in multicolumn listbox 
Author Message
 How to set column header title in multicolumn listbox

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



Tue, 17 Aug 2004 02:30:13 GMT  
 How to set column header title in multicolumn listbox
Are we talking about a ListBox or a ListView?

D?


Quote:
> 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




Tue, 17 Aug 2004 03:57:39 GMT  
 How to set column header title in multicolumn listbox
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

Quote:
>-----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

>.



Tue, 17 Aug 2004 04:22:50 GMT  
 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

> >.



Tue, 17 Aug 2004 05:23:22 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. How to set MSForms.Listbox column header text?

2. ListBox column headers

3. ListBox Column headers

4. ListBox Column Headers

5. Column Header text in MSForms.ListBox

6. listbox with headers and columns in .NET

7. Listbox with adjustable column headers

8. Quickie: how to set listbox header

9. Setting datagrid column headers

10. Data grid - Set column header colour

11. how to:set column headers in datagrid

12. How to set column heads in ActiveX Listbox

 

 
Powered by phpBB® Forum Software