Is this David Gottlieb in Cleveland?
Maybe use a routine like
Dim c as control
For each c in myForm.controls
c.height = c.height * 0.95 '5% smaller
c.width = c.width * 0.95
Next c
But then you have to move all controls 5% closer to each other as well... Maybe working with reference to 0,0?
[Edited by RoyceWindsor1 on 09-07-2000 at 11:12 AM]
hbb
| Tue, 04 Dec 2007 11:59:00 GMT |