How would I translate VB Form Cordinates (I believe twips) to
Dialog Units, eg:
FORM1
Height = 3195
Left = 60
Top = 345
Width = 4680
---
TEXTBOX
Height = 495
LEFT = 120
Top = 1200
Width = 1455
How do I translate the above numbers to dialog units?
Thanks
------------------
-Greg
Dialog Units, eg:
FORM1
Height = 3195
Left = 60
Top = 345
Width = 4680
---
TEXTBOX
Height = 495
LEFT = 120
Top = 1200
Width = 1455
How do I translate the above numbers to dialog units?
Thanks
------------------
-Greg
Comment