Hello Since it seems you can do just about anything by clicking a control and executing that click event, under what conditions do you need to create a delegate?
>Since it seems you can do just about anything by clicking a control and >executing that click event, under what conditions do you need to create a >delegate? Events are built on delegates. Whenever you add an event handler a delegate is being used. Mattias -- Mattias Sjögren [C# MVP] mattias @ mvps.org http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com Please reply only to the newsgroup.