Tag: Development

Community

No More OwnerDraw!

(Ged Mead) In Visual Studio 2008, thanks to the introduction of Windows Presentation Foundation, the humble ListBox finally comes of age. In previous incarnations, if you wanted to do anything but the most basic tweak of the user interface of a ListBox you usually had to resort to using OwnerDraw te

Community

Operators

(Tim Patrick, Steven Roman, Ron Petrusha and Paul Lomax) Operators are the basic data manipulation tools of any programming language. All data ultimately breaks down into single bits of 0 and 1. And the whole reason a computer exists is to manipulate those single bits of data with basic operators. T