toolbar control - Wordwrap in button's caption needded 
Author Message
 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



Sat, 22 Sep 2001 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Toolbar caption wordwrap

2. WordWrap in a Button Caption?

3. Toolbar button change caption

4. First Button on Toolbar Has No Caption

5. Changing toolbar button caption

6. Toolbar button caption does not support ALT keys

7. toolbar button captions

8. No more caption when changing button image in toolbar

9. Toolbar: Button with Bold Caption.

10. Toolbar: Button with Bold Caption.

11. Toolbar Button Caption , What FONT?

12. Toolbar: Button with Bold Caption.

 

 
Powered by phpBB® Forum Software