Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Monday, September 08, 2008

Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > C-Sharp > Custom Controls
Insert Plain Text and Images into RichTextBox at Runtime        
Total Hits: 27  |  Today: 0 Author: Khendys Gordon       Rating:  
Read Reviews | Write Review |   Your Rating: 

If you've searched the Internet for an easy way to insert images into a RichTextBox, chances are you've come across variations of the following solution which copies the image to the clipboard, pastes it in the target RichTextBox, and clears the contents of the clipboard. This is not a good solution because it alters the clipboard without informing the user, which can be a real inconvenience. Other solutions hard-code thousands of lines of the HEX representation of images into the program, but that's not very flexible (or practical). There is also no standard way of inserting plain text into a RichTextBox at runtime.


What's New at DevASP.Net
09/08  CodeTextBox - another RichTextBox..
09/08  Windows XP: Make Your Components ..
09/08  Getting the Text of a Window in A..
09/08  Whistler: Build More Flexible Con..
09/08  Escape from DLL Hell with Custom ..
09/08  Typename, Disabling Keys in Windo..
09/08  Make Your WPF Apps Power-Aware
09/08  ASP.NET Data Shaping
09/08  Establishing Relationships Betwee..
09/08  Understanding Templates in ASP.NE..
09/08  DataList vs. DataGrid in ASP.NET
09/08  Building a DataNavigator Control
09/08  Building a Tiered Web App Using t..
09/08  Code Your Way to ASP.NET Excellen..
09/08  Creating a Multi-table DataGrid i..
09/08  Tailor Your DataGrid Apps Using T..
09/08  Nested Grids for Hierarchical Dat..
09/08  Extend the ASP.NET DataGrid with ..
09/08  Client-side Paging for DataGrids
09/08  Page Ready State, DataGrid Row De..
Latest Posts at Dev Forums
displaying an xml file in datagridview
Tory Block
Deploying website to offline and onlin..
Deploying website to offline and onlin..
window service c#
kiossru
Regular expression
asp.net
Very urgent--
submit to the server
load gif image
focus
filter combo boxes in formview control
ASP Composite Control and Position
Caching as a Master DataSource w/t Rea..
Method returning values in Threadpool!
ADVERTISEMENTS USING XML FILE
DATALIST PROBLEM
FTP Downloading using C#
Nested gridview footer total by using ..

DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net