Results 1 to 3 of 3

Thread: [RESOLVED] [2005] How to replace Selected Text in RichTextBox ?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Posts
    224

    Resolved [RESOLVED] [2005] How to replace Selected Text in RichTextBox ?

    Hi,

    I am using VB 2005

    How to replace Selected Text in RichTextBox ?

    Thanks in advance

  2. #2
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: [2005] How to replace Selected Text in RichTextBox ?

    vb Code:
    1. RichTextBox1.SelectedText = "YourText"
    Please mark you thread resolved using the Thread Tools as shown

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Posts
    224

    Re: [2005] How to replace Selected Text in RichTextBox ?

    Hi,

    There is no Seltext.
    I change it to RichTextBox1.SelectedText and it's working OK

    Thanks

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