[comp.windows.ms] Winword's WordBasic Dialog Box Units

jonathan@jspc.wimsey.bc.ca (Jonathan Story) (07/28/90)

    In TECHREF.DOC, the section "Dialog Control Definition Statements"
begins by defining the units used in defining the dialog.  It claims that
the X and Y coordinates for positioning and the dX and dY values for
specifying width and height are in the following multiples of the system
font character width:

         X:   1/8            Y:   1/12
        dX:   1/4           dY:   1/8

    But I wasn't able to create a dialog window with these values.  When
(through trial and error) I made dX=X and dY=Y everything seemed to work
okay.  My question is:  what are the _real_ units for  X, Y, dX, and dY?