labels and text boxes

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

Guest

hi!

I am trying to copy a messege from my inbox to a label in a custom form.
but if the messege is long, I don't see the end of it. the program cuts it.
and there are no scroll bars.
so IO tried using a text box, but there the whole messege is spread on to
one long line!

how can I see the whole messege?

thanks,

Yonina
 
You'll probably want to use a text box and make sure its Multiline property is set to True.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
THANKS!
it worked! :)

Sue Mosher said:
You'll probably want to use a text box and make sure its Multiline property is set to True.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top