Message
From
23/07/2003 11:34:04
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
I can change EditBox string tab spacing?
Miscellaneous
Thread ID:
00812798
Message ID:
00812798
Views:
41
Hi,

i use a editbox like a treeview.
i formatting the string with cr and multi tabs.

Example:
'line1 bla bla'+chr(13);
+chr(9)+'line2 bla bla'+chr(13);
+chr(9)+chr(9)+'line3 bla bla'

I can change tab spacing on editbox visible area,
without to change font attributes or replace chr(9) with real spaces?

Fabio
Next
Reply
Map
View