Click to See Complete Forum and Search --> : A4 to form proportion


Alex_Charovas
May 9th, 2001, 01:05 AM
Hello there,

I have a problem with a project of me. I don’t know the proportion between the A4 paper size and the correct size of a VB form. I want to print a VB form on A4 paper (all the form – all the paper). Is there any function for something like this? If someone knows it please help me

Best regards,

Alexandros Charovas
Greece
e-mail: Alex_Charovas@mycosmos.gr

Cakkie
May 9th, 2001, 02:27 AM
Well, a A4 page is 21 cm in width, and 29.7 cm in height. By setting the scalemode property to millimeters, and then arranging your controls (this is then done in mm in stead of twips), you can get it the way it (should) look on a paper.

Tom Cannaerts
slisse@planetinternet.be

Programming today is a race between software engineers striving to build bigger and better idot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook