ACCESS LIST BOX BACK STYLE

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

List Boxes should support transparency just as most other form objects do.
 
The standard ListBox control, either in VB or Access VBA, does not
support transparency. The latest VB.NET ListBox controls do expose this
functionality.

Generally, you could Subclass the ListBox window and handle the relevant
Message to draw the background of the WIndow yourself. This may not work
with the Access ListBox as it is already subclassed.
--

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


Reason said:
List Boxes should support transparency just as most other form objects
do.
 
I often match the section background color to the list box back color. The
reason I suggest transparency is because it would allow an image placed
behind the list box (or form background) to show through - it has both
aesthetic and practical potential.
 

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