
toolbar control - Wordwrap in button's caption needded
As in the title : I'm looking how to do a wordwrap in the caption of a button
in a standard toolbar control. It seems impossible in VB.
Tried :
Caption = "Next words" + chr(10) + "should be wrapped"
and then create a button with the .add method with this variable as caption
text, but it doesn't works. The chr(10) (linefeed in ascii) is interpreted as a
simple character, like "|" ...
Any idea ?
Thanks,
Matthieu, from Belgium