What Are Twips Good For...???
If Pixels Are the Actual Dots on the Screen...
Why Have Twips that are ~ 15 twips per pixel???
You Can Not make 15 dots, much less 225 (15*15) dots inside a pixel on the screen...
Pixels have been used since Dos and probably before...
Why Does Windows (And VB in this case) Default to Twips...
Anything you Do with Graphics... (Pretty much what Windows is...) Requires Pixels...
If you are/were used to Dos... (and most programmers were at one point or another...) You know that in the old Screen Mode 13 (320x200x256color) A command Line(0,0)-(320,200) would make a line all the way accross the screen...
with Twips... Given the Same Graphic Area... It crosses only 21 pixels on X, and 13 on Y...
Does Anyone know WHY they decided to switch to twips???
AND is there a way to set your VB ide to default to Pixels as opposed to Twips, somewhere in the Setting/Options...
To Avoid Confusion... I Know how to set the ScaleMode... That is not the question...
Is there a situation where Twips Can prove to be of more use than Pixels?... If so, what are those situations? Sometimes... the BASIC things in life are the best...
or at least the most fun ;-)
-Josh Stribling
If Pixels Are the Actual Dots on the Screen...
Why Have Twips that are ~ 15 twips per pixel???
You Can Not make 15 dots, much less 225 (15*15) dots inside a pixel on the screen...
Pixels have been used since Dos and probably before...
Why Does Windows (And VB in this case) Default to Twips...
Anything you Do with Graphics... (Pretty much what Windows is...) Requires Pixels...
If you are/were used to Dos... (and most programmers were at one point or another...) You know that in the old Screen Mode 13 (320x200x256color) A command Line(0,0)-(320,200) would make a line all the way accross the screen...
with Twips... Given the Same Graphic Area... It crosses only 21 pixels on X, and 13 on Y...
Does Anyone know WHY they decided to switch to twips???
AND is there a way to set your VB ide to default to Pixels as opposed to Twips, somewhere in the Setting/Options...
To Avoid Confusion... I Know how to set the ScaleMode... That is not the question...
Is there a situation where Twips Can prove to be of more use than Pixels?... If so, what are those situations? Sometimes... the BASIC things in life are the best...

or at least the most fun ;-)
-Josh Stribling