Inserting images into a RichTextBox control (the OLE way)
Last Updated: 1 Nov 2005
Page Views: 112,010
Rating: 4.81/5
Votes: 14
Popularity: 5.51
Bookmark Count: 68
This article shows how you can insert images, controls and ActiveX objects into a .NET RichTextBox control by using the OLE way. There are several samples about how it could be done, but all of them are in C++ and I needed it for managed code (C#).
An extended RichTextBox to save and load "HTML lite" files
Last Updated: 5 Dec 2005
Page Views: 96,568
Rating: 4.44/5
Votes: 26
Popularity: 6.28
Bookmark Count: 85
This control provides a method to save and load HTML files directly, avoiding the use of RTF codes.
A .NET Flat TabControl (CustomDraw)
Last Updated: 5 Dec 2005
Page Views: 139,943
Rating: 4.36/5
Votes: 32
Popularity: 6.56
Bookmark Count: 125
This is a CustomDraw TabControl that appears flat and supports icons and is filled with the backcolor property.