This article explains and compares early and late binding for Visual C# Automation clients and provides code samples that demonstrate both types of binding....
Notepad is a simple windows application that apply editing text files (.txt). This simple application learn us how to create new file and write some text to it, Open an existing file and editing it....
Creating Template Columns in runtime and data binding. Here is a code where you can create a DataGrid at runtime with Template Columns with all types of templates (ItemTemplate, EditItemTemplate, HeaderTemplate, FooterTemplate) and also bind the templates with data....
The ListView control provided by Microsoft does not allow design-time data binding. This article gives a basic overview to get you started in implementing this functionality. It will also show you how to hide the base class’s properties and to sort the currency manager when the list view is sorted....