Hi, how can i make full justification with RichtextBox or Normal Textbox?
i Can do alignment - left, - right or - centered, but what about full justification for editing and printing, and most important is editing for me...
The rich edit control (version 3.0 and later) supports full justification. However, the version of this control exposed as Vb's RichTextBox is the somewhat more limited version 1.0, which doesn't.
Sorry, I only added a RichTextBox Control 6.0 and its property doesn't have full justification, i use it on a form for editing infos, and the same in activereports for printing.
On Screen and Reports it's a very bad scene if a align it right, i only want to use MS Word justification both left and right
Ok, I'll repeat what I said before: VB's RichTextBox control ONLY implements the Rich Edit control 1.0 EVEN if you have RICHED20.DLL or later installed on your machine, and this does NOT support full justification.
So you would either need to write your own wrapper for the Rich Edit control 3.0 or later (not particularly straightforward), or search out one of the many enhanced Rich text controls available on the web.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.