Tag: Development

Community

Constructors and Value Types

(Ron Petrusha) A number of recent customer comments have made it clear that some confusion surrounds the use of constructors with value types. Most common are the complaints that we’ve failed to document a constructor for a particular value type. In one case, though, a customer asked that we remove

Community

ListView controls in .NET

(Rick Malek) This is the second half of our article on TreeView and ListView controls in .NET. The previous article dealt with the creation of the main window and the TreeView control. In this article we will expand the coding to utilize a ListView control. What we will be doing is presenting a dire