moving and resizing objects

  • Thread starter Thread starter Kevin Seitz
  • Start date Start date
K

Kevin Seitz

For example, if I go box0.left = 200 and box0.top = 200 in visual basic,
what are those numbers equal to? pixels?

Also, if you have a message box, how can you put bold text and normal text?
see my horrible text drawing below.

_____________________
| Microsoft Access [ x] |
 
Kevin,

The numbers are twips (1 twip = 1/1440 inch... gone
metric, eh? I must have missed it.)

You can't change the style of Access's built-in dialog
boxes. If you're desperate, use a custom form instead.

Forms("FormName").Caption = "My Caption"

HTH,
Nikos
 
Back
Top