Making an individual listbox line bold

  • Thread starter Thread starter Luke Bellamy
  • Start date Start date
L

Luke Bellamy

Is their a way to make an individual line of the listbox
control bold? or make it stand out?
It would help with grouping if it could be done.

Thanks,
Luke Bellamy
Newcastle, Australia
 
The best you can do to make a single or multiple group of lines stand out is
insert preface characters(ie, "*", "SPACE", etc.) for each row. For sample
code see:

http://www.lebans.com/commandbars.htm
CommandBars.zip is a database containing functions to allow you to view all
of the MS Office CommandBar objects and CommandBarControl objects on your
system. This version also demonstrates how to use a callback function to
fill a ListBox with multiple columns. Shows you how to apply a limited form
of Conditional Formatting to individual rows of the ListBox.

and

(scroll down to the CboSeperators.zip file)
http://www.lebans.com/justicombo.htm

and
http://www.lebans.com/listboxrownumbers.htm

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top