This prior post demonstrated how to use delegates to associated code with a Tag in a WinForms control. This post shows how to accomplish the same thing using Lambda expressions to define the delegate. To try out this example, create a WinForms application and add a TreeView control to the form. Then add the code […]
Associating Code with a Tag using Delegates
Many of the Windows Forms controls have a Tag property that you can use to store data associated with the control. For example, TextBoxes have a Tag property so you could store additional information about each TextBox in the Tag. For TreeView controls, each node has its own Tag property, so you can associate data […]
November 10, 2010
VSLive! Orlando: Source Code for My Talks
The VSLive! conference in Orlando is coming up on November 14-17. If you would like a "sneak peak" at the source code for the two talks I am giving at that conference, you can get it all from my company’s Web site. Enjoy!