Monthly Archives: July 2011

RitchTextBox Drag & Drop from RTF and HTML Originators

RitchTextBox Drag & Drop from RTF and HTML Originators

Drag-and-drop operations with the Windows Forms RichTextBox control are done by handling the DragEnter and DragDrop events. To enable drag operations in a RichTextBox control[1] 1. Set the AllowDrop property of the RichTextBox control to true. 2. Add handlers for both the …

Read more »

Read data from Microsoft Excel using Microsoft Visual C# .NET

transfer data

There is many ways to read excel file. This article describes several methods for transferring data from Microsoft Excel using a Microsoft Visual C# .NET program. It also presents the advantages and disadvantages of each method. State of the Art …

Read more »