Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Tim Dawson Profile

photo Tim Dawson (divil)
27 Jan 2004
England United Kingdom
Developer
http://www.divil.co.uk/net/
Contact memberContact this Member Edit ProfileEdit my profile

This user has contributed 5 articles, 1 code samples and posted 0 messages in our discussion forums.

Technology Interests

      Articles & Tutorials

    • Collection Controls with Rich Design Time Support

      by divil

      This extensive article details the process of creating complex list-based controls with rich design time support similar to my DotNetWidgets and OutlookBar controls.. Read full article

    • Hosting Windows Forms Designers

      by divil

      Shows how to write the code needed to host the Windows Forms Designers in your own application. Sample code is provided to display a form in design mode and allow normal editing like in Visual Studio.. Read full article

    • Writing Plugin-Based Applications

      by divil

      Plugins are a great way to make your application extensible. They are easy to implement with the .NET framework, and this article shows how.. Read full article

    • Introduction to Designers

      by divil

      Designers are essential in creating professional controls with polished design time behaviour. This article serves as an introduction to writing your own.. Read full article

    • Using .NET to make your Application Scriptable

      by divil

      Shows how to use the built-in compilers in the .NET framework to allow users of your product to write script to control and hook in to the application.. Read full article

      Code Samples

    • User-Friendly Validation using ErrorProvider

      by divil

      Data entry is a very important part of a lot of applications. It is important to validate data as it is entered without disturbing the user. Enter the ErrorProvider component.. Read full article