CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2008
    Posts
    20

    fully justify text in rtb

    I want to fully justify text in rtb. I am designing an urdu editor. The urdu language is written from right to left. So the text is right justified initially.
    Waiting for reply

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: fully justify text in rtb

    Look up WYSIWYG RichTextBox sample at MSDN. They format a RTB to the 1/2 the dimension of a printer page to create a print preview, and editor.

    You can format lines, or set the .RightToLeft property to TRUE
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Jan 2006
    Location
    Pearl of the orient
    Posts
    304

    Re: fully justify text in rtb

    You may find something worthy here.

  4. #4
    Join Date
    Dec 2008
    Posts
    20

    Resolved Re: fully justify text in rtb

    Thnx a lot. I hav got it

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured