Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by snProgrammer

  1. snProgrammer

    RichTextBox problem

    I have two RichTextBoxes in a windows form. The first, rtbSource, is loaded from an rtf file. I want to be able to select text from rtbSource and copy it into rtbDestination with all the formatting intact. I do the following: rtbDestination.Rtf = rtbSource.SelectedRtf The problem is that...
  2. snProgrammer

    RichTextBox .SelectionFont problem or bug

    Hi, The selection is gone as soon as I set the font. Small detail...this is only a problem if the RichTextBox is databound. Thanks! Sue
  3. snProgrammer

    RichTextBox .SelectionFont problem or bug

    Hello, I have the strangest problem working with a RichTextBox. I want the user to be able to select a chunk of text in a RTF box and make the text bold by clicking a button. This works fine the first time, but the second time not at all. In fact, when I did a step by step through the code, I...

Part and Inventory Search

Back
Top