|
-
Nov 16th, 2000, 04:49 AM
#6
It could the the screen resolution is different, although this shouldn't affect the positioning on the form.
More likely, it is the fact that you are running in different font sizes - in large fonts, the value of Screen.TwipsPerPixelX is different from the value when you are in small fonts.
So if you are using magic numbers to position stuff, change them to be pixel values * Scree.TwipsPerPixelX & Y.
- gaffa
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
|