moving and resizing objects

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] |
 
N

Nikos Yannacopoulos

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top