Richtext box "Block selection"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kpr2009
    New Member
    • Oct 2009
    • 2

    Richtext box "Block selection"

    How to achieve block selection effect in winforms, Richtextbox.
    Block selection:
    1. Open a MS word document and type few lines.
    2. Keep the cursor at middle of the first line
    3. Press ALT + drag mouse
    seleciton of text is block level (vertical selection).
    Any code snnippet or pointer ?
    Googeled/MSDNed ...but no luck
  • VLSJ
    New Member
    • Apr 2010
    • 1

    #2
    Originally posted by kpr2009
    How to achieve block selection effect in winforms, Richtextbox.
    Block selection:
    1. Open a MS word document and type few lines.
    2. Keep the cursor at middle of the first line
    3. Press ALT + drag mouse
    seleciton of text is block level (vertical selection).
    Any code snnippet or pointer ?
    Googeled/MSDNed ...but no luck
    Hi kpr2009,
    I'm also looking for the same block selection feature in RichTextbox. Pleae share with me if you find the solution. Thanks in advance..

    Comment

    Working...