Original Post
I remember seeing a video on an MSDN blog a while back that said there was a new feature to allow extremely easy skinning of a control via a thing (I believe called) templates? Basically it is an XML file that declares what objects are what colors/shapes/etc. For the life of me, I can't find that video or see really any mention to it in the 3.5 framework included in VS2008. What I am basically trying to do is change the look of the TreeView element. I have been overriding the OnPaint method to provide what I need, but it is very tricky and I have been getting weird issues with it as well. - Mick O.