2 blog posts tagged WinForms

MAY
31
2007
Development4 minutes
NotifyIcon context menus for both buttons in .NET (evolution of a hack)
Here’s the evolution of what should have been a clean reusable component in .NET and how it becomes a hack thanks to the limitation of the .NET framework.

NOV
1
2006
Development2 minutes
WinForms tricks & tips
A short collection of C# WinForms tips, including making TreeView right-click select the node, using AppendText for fast TextBox updates, and pointing the curious at the designer-generated code for dynamic controls.