Listview resize scale with screen resolution

M

mols

Hi,
I have search on the web and have found limited help on this scaling of
listview when a form is scaled or resize. I have a listview that populate
some data. however, I want the listview to scale down to different screen
resolution. Could someone provide a sample VBA code or guidline on doing this.
I am using MS access 2003.

Thanks
 
P

pddxxx

There are third-party form scaling solutions available that might
help:

A shareware version of a form rescaling module I wrote called
ShrinkerStretcher is available at this web site: http://www.peterssoftware.com/ss.htm

There's a form resizer at http://www.jamiessoftware.tk/resizeform/rf_jump.html
..

Another one: http://sourceforge.net/projects/modscaleform

The Access Developer's Handbook has form resizing code included:
http://www.amazon.com/exec/obidos/ISBN=0782119417/107-8064361-7403703

Hope this helps,

Peter De Baets
Peter's Software - Microsoft Access Tools for Developers
http://www.peterssoftware.com
 
M

mols via AccessMonster.com

Thanks for the reply. I have already tried this links and they have indeed
work with different objects on the form. However, the difference I noticed
is that when scaling or reszing the listview, the listview border has resize
but not the content (fonts, size ect..). With other objects like list box,
you will notice that the size,fonts get smaller or bigger when you resize
them but that does not hapopend for listview or subform datasheet.

Any help would be very much appreciated.

mols
 

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

Top