Marking Tabs
Posted: Sat Apr 29, 2006 5:51 pm
Hi,
with this I want mark tabs:
But it doesn't work.
How can I do this ?
regards
Christoph
with this I want mark tabs:
Code: Select all
richedit.SetSelectionBounds(0,richedit.GetOffsBeforeItem(0),0,richedit.GetOffsBeforeItem(0));
while richedit.SearchText(#9, [rvseoDown]) do
richedit.ApplyTextStyle(4);
How can I do this ?
regards
Christoph