Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Column Headings for a Listbox

Status
Not open for further replies.

TheDrParker

Programmer
Nov 21, 2001
55
US
I figured out how to make the headings (columnheads) for a listbox show up, but I can't figure out how to fill in the column headings.

Thanx
Dr. Parkenstein
 
???

Please be a little more descriptive to your problem and your question. -Ovatvvon :-Q
 
I have this listbox. I build the list dynamically by using listbox1.additem. How do I fill in the column headings?

<OBJECT ID=&quot;ListBox1&quot; WIDTH=600 HEIGHT=111 Style = &quot;position: absolute; left: 10; top: 264&quot;
CLASSID=&quot;CLSID:8BD21D20-EC42-11CE-9E0D-00AA006002F3&quot;>
<PARAM NAME=&quot;VariousPropertyBits&quot; VALUE=&quot;746589211&quot;>
<PARAM NAME=&quot;ScrollBars&quot; VALUE=&quot;3&quot;>
<PARAM NAME=&quot;DisplayStyle&quot; VALUE=&quot;2&quot;>
<PARAM NAME=&quot;Size&quot; VALUE=&quot;2540;2928&quot;>
<PARAM NAME=&quot;ColumnCount&quot; VALUE=&quot;6&quot;>
<PARAM NAME=&quot;MatchEntry&quot; VALUE=&quot;0&quot;>
<PARAM NAME=&quot;FontCharSet&quot; VALUE=&quot;0&quot;>
<PARAM NAME=&quot;FontPitchAndFamily&quot; VALUE=&quot;2&quot;>
<PARAM NAME=&quot;FontWeight&quot; VALUE=&quot;0&quot;>
</OBJECT>

Thanx for assist.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top