msgbox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am creating a msgbox on Form open. Well..is there any way I can set up the
size of the msgbox? I mean.. fix the size of that pop-up window. Because the
size is different on different size screens. I want to set up the size of
this window because its just moves all the text here and there.

Your help is urgenlty needed. Thanks in advance
 
Anna,

You can't directly control the size of a Messagebox. I am not sure what
you mean about "moves all the text here and there", in my experience the
messgae box window automatically resizes, within limits, to accommodate
the text in the longest line of the message.

You can, however, make a simple unbound form, with your message in a
label or textbox, and open this form instead of the messagebox. You can
even lay it out and format it so it looks very similar to a message box
if you like.
 
Back
Top