
Some ActiveX controls calculate their distances not in Pixels but in a unit called Twips. Twips are used to calculate the screen in actual inches. There are 1440 Twips per inch. If you require the units in Pixels, use this method to convert the X coordinate Twips to Pixels.
Returns the following according to the situation:
Copy Code |
|---|
(Odcl_XTwipsToPixels nPixels [as Integer]) |
Copy Code |
|---|
; Convert this value (Odcl_XTwipsToPixels MyProject_MyForm_MyControl 60) |