Listbox column alignment

  • Thread starter Thread starter Tom Allen
  • Start date Start date
Have a look here:
http://www.lebans.com/justicombo.htm
New Ver 2.1 Justification.zip is a database containing functions to
center and right justify data for List and Combo Boxes.

Major changes for Version 2.1 are:
Use standard API's instead of functions exposed in Access EXE.

Handle Multiple Columns

One Function for both Center and Right Alignment

Support for controls on SubForms

Huge increase in function execution speed

Clean code with comments

--

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

Impressive. I was thinking along the lines of a fixed
width font, setting the column width in n characters, and
adding the difference to the beginning of each (measured)
string....

Tom
 
Back
Top