message box

  • Thread starter Thread starter juli
  • Start date Start date
J

juli

Hello,
I present data in a message box but the lines there are long and
message box brakes the line.
Is there a way to enlarge the message box size,to adjast it to the
text presented inside of it?
Thanks a lot!
 
No,

to do this you need to build a custom message box
 
Thanks.Is there some other control that I can use instead of message box
and to chenge it size?
Thanks!
 
Hi Juli,

You could always emulate it, just create a form set the properties to look
like a MessageBox and display it the way you want.

Now, IIRC MessageBox has never wrap a line of text to me. So maybe if it
does the line is too big anyway and it would be better if you use two lines
instead of one


cheers,
 

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

Back
Top