PDA

View Full Version : Bullets in oleformat textbox(inserted through control toolbox)



monikamalik
12-29-2007, 05:08 AM
HI all
How can i insert bullet list format in textbox created through control toolbox.Actually data is coming from a word document dynamically.

Is there any way to write unicode characters in this textbox?

thanks in advance as its very crucial requirement in my project.

John Wilson
12-29-2007, 08:26 AM
You should be able to write Chr$(149) to each line to give a bullet



.additem Chr$(149) & " The actual text"