|
-
April 22nd, 2001, 03:53 PM
#1
I need form dimentions for 800 x 600 resolution
If my system is designed to run on a screen size of 800 x 600, then what should the Width and Height of the form be in twips.
Help appreciated
John lamb
-
April 22nd, 2001, 04:20 PM
#2
Re: I need form dimentions for 800 x 600 resolution
To convert a pixel value to a twip value,
use
pxValue * Screen.TwipsPerPixelX
for width,
and
pxValue * Screen.TwipsPerPixelY
for height.
where pxValue is your pixel value (600, 800, etc)
-
April 23rd, 2001, 01:24 AM
#3
Re: I need form dimentions for 800 x 600 resolution
Thanks I'll give it a go
John lamb
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|