I'm building a small message system, using a listbo to display the messages. However, if a message is longer than the box, it does not wrap, it just goes off the form. I'd rather not use API because the program runs on a Citrix machine.
Any ideas?
Printable View
I'm building a small message system, using a listbo to display the messages. However, if a message is longer than the box, it does not wrap, it just goes off the form. I'd rather not use API because the program runs on a Citrix machine.
Any ideas?
Just set its MultiLine property to True at design time.
------------------
Marty
Can you buy an entire chess set in a pawn shop?
List boxes have a MultiLine property? I don't see one.
Thanks.
I'm sorry, I misread your question :o
------------------
Marty
Can you buy an entire chess set in a pawn shop?
[This message has been edited by MartinLiss (edited 01-24-2000).]