System.Windows.Forms.RichTextBox Class
Information   Base Types   Related Resources

Represents a Windows rich text box control.

  • Namespace: System.Windows.Forms
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.1.4322
  • Assembly: System.Windows.Forms.dll

  • System.Windows.Forms.TextBoxBase
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (23)Discussions (630)MembersRotorChanges
    Articles

    Page: 1
    .NET Data Persistence: SQL Server vs. Matisse vs. FastObjects
    The Code Project
    An article with source code examining the development speed and performance capability of .NET, Matisse and FastObjects
    A Magical Edit Menu Manager
    The Code Project
    A magical edit menu that works with no connections to the rest of your project
    A Tutorial for Constructing a Plug-In Viewer
    MSDN
    Step through the process of implementing a plug-in viewer and integrating it into Analysis Services. Get stub code that enables you to quickly write a plug-in viewer into Analysis Services.
    Adding line numbers to text
    The Code Project
    How to easily add line numbers to source code or text
    Classic ASP Framework (CLASP) v1.8. Make your Classic ASP code work like in ASP.NET!
    GotDotNet
    Developing in Classic ASP using the same technics as in ASP.NET. If you have to work in Classic ASP, why don't do it the right way?. By using a similar framework not only your code will be more organized and efficient, but it will take you a fraction of the time to port to ASP.NET!. It includes all your favorite controls (TextBoxes, RadioLists,CheckBoxes,DropDowns,DataGrids,DataList,Repeaters, RichTextBox, LinkButtons,ImageButtons,Pagers,ETC ETC ETC!)... it supports client or server side viewstate and much more... Download the code here or always the latest version at: http://www.gotdotnet.com/Community/Workspaces/Workspace.aspx?id=69b08b15-d456-4cf9-8b12-d4642ef0c22e
    Classic ASP Framework 2.0 (CLASP)
    GotDotNet
    Work in Classic ASP using the same technics found in ASP.NET. If you have to work in Classic ASP, why don't do it the right way?. By using a similar framework not only your code will be more organized and efficient, but it will take you a fraction of the time to port to ASP.NET!. It includes all your favorite controls (TextBoxes, RadioLists,CheckBoxes,DropDowns,DataGrids,DataList,Repeaters, RichTextBox, LinkButtons,ImageButtons,Pagers,Menu, TreeView,Panels, Graph, and much more!) Download the code here or always the latest version at: http://www.gotdotnet.com/Community/Workspaces/Workspace.aspx?id=69b08b15-d456-4cf9-8b12-d4642ef0c22e Samples site at: http://clasp.csharpjunkie.com/buttons.asp
    Designing Resizable Windows Forms in Visual Studio .NET
    The Code Project
    Designing resizable forms in managed VS7 Windows applications is very simple - we don't need a layout manager, just use
    Documents Do Matter: Serve Them Nicely and Effectively with Avalon Document Services
    MSDN
    Provides an overview of document services available in Avalon. In particular, it focuses on the PageViewer control. The new managed API for compound files is also presented with practical code samples.
    ForestPad - a method for storing and retrieving textual information
    The Code Project
    Three applications: PocketPC, Windows Desktop, and a Web Service collaborate to syncronize your textual information
    How to use XML in connected and disconnected ADO.NET applications in Visual C++ .NET 2003
    http://www.kbalertz.com/
    (815671) - XML is a fundamental part of Microsoft ADO.NET and XML Web Services. This article describes how to use XML in connected and disconnected ADO.NET applications: Connected ADO.NET applications can query Microsoft SQL Server to return an XML result and...
    How to use XML in connected and disconnected ADO.NET applications in Visual C++ .NET 2003
    http://www.kbalertz.com/
    (815671) - XML is a fundamental part of Microsoft ADO.NET and XML Web Services. This article describes how to use XML in connected and disconnected ADO.NET applications: Connected ADO.NET applications can query Microsoft SQL Server to return an XML result and...
    HOW TO: Use XML in Connected and Disconnected ADO.NET Applications (Q307224)
    Microsoft Support
    This article demonstrates how to use XML in connected and disconnected ADO.NET applications. Connected ADO.NET applications can query SQL Server to return an XML result and then use the XmlReader class to iterate through the rows of XML data. Disconnected ADO.NET applications can use a DataSet object to pass data in XML format between the different tiers in a distributed system.
    Manipulating the Windows 2000 Registry and Event Viewer Using C#
    C#Today
    The Windows Operating System provides a lot of flexibility for programming against the various services offered by it. We can develop applications to manipulate the OSs various services like the registry and EventViewer. In this article, Sandra Gopikrishna focuses on the following topics - writing to and reading from the system registry by employing the classes of the Microsoft.Win32 namespace, and interacting with the Windows 2000 event logs such as the application, security and system logs by employing the classes of the System.Diagnostics namespace.
    Opening and Viewing Text and Image Files
    C# Corner
    We will start this article with a simple application where we will learn how to open and view text and image files using the OpenFileDialog class.
    PDF creation using C# (and Office) from RTF/DOC files
    The Code Project
    Converts RTF, DOC to PDF; sample is a part of a big Project that converts nearly everything, parts can be used to convert html, bmp ,Lotus 1-2-3 documents...
    Picture Chat using C#
    The Code Project
    Chat program that support unicode inputs and picture transfer
    QueryCommander.QCTextEditor
    GotDotNet
    This RichTextBox control is developed for the purpose of being able to manipulate its content without selecting the text to be changed. The QCRichEditor is developed as part of QueryCommander. A SQL editor, similar to the Microsoft Query Analyzer, in a Visual Studio type of environment. QueryCommander includes features like intellisense, automatic comment header, xml-documentation helper etc. The release of QueryCommander should be expected shortly.
    Real Time SynTax Colorizing
    The Code Project
    Aaron shows how to use the RichTextbox for Real Time Syntax Coloring painlessly.
    Simple TFTP Receive App
    GotDotNet
    This App simply takes an IP Address (should work with Fully qualified domain name as well) and a filename and performs a TFTP Read Request to the specified server for the given filename. It then Displays the file in a RichTextBox. In the event of an error it displays the error message (ie File not found). This is a very simple app I wrote as a test for an application to download Router/switch config files via tftp for backup purposes. I could not find any code for TFTP freely available so this was written to test my TFTP methods using Socket programming. It simply performs a TFTP read but should not be too hard to expand to include full TFTP functionality.
    Sticky Notepad
    Master C#
    I am a Java programmer and hence I wanted to experiment with writing a program that would run from the "System Tray" of Windows (that's where you have the date displayed) since that's not possible with pure Java.
    System.Windows.Forms.RichTextBox Control Sample
    GotDotNet
    Why DragDrop event is not fired on the Client
    The Code Project
    Why DragDrop event is not fired on the Client
    WordPad in C#
    C#Today
    In this article, Niranjan Kumar develops a Word Pad application in C# using the RichTextBox control. This control allows us to manipulate rich text format documents and normal text documents as well. Here we will see the various features of the RichTextBox control, and how the .NET framework makes it easy to work with this control. Clipboard manipulation, Printing documents, implementing print preview and usage of various common dialogs is also illustrated in detail.
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com