stickleprojects Level: Moderator

 Registered: 09-09-2002 Posts: 984
|
Re: display the indents and tab stop of the current paragraph
Hi
The text is in a RichTextBox (or RichEdit) control, and the top is called a ruler (or sometimes a ribbon) and AFAK it's not an external control - it's built into the c++ code of MSOffice.
However i've not found one in vb (you might try www.vbaccelerator.com, and I think codeguru had one
http://www.codeguru.com/cpp/controls/controls/article.php/c5303/
)
Hope this helps,
Kieron
[Edited by stickleprojects on 29-01-2008 at 11:50 PM GMT]
____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)
|