can i use my own bitmaps for the buttons
on a treeview control ? if so, how?
thanx,
J
Printable View
can i use my own bitmaps for the buttons
on a treeview control ? if so, how?
thanx,
J
Yep,
1) construct a bitmap in the resource
2) make an image list of the bitmap
3) attach the bitmap to the tree control
4) voila (or as a company in Australia put it, walla)
look at cmnctrls demo source in vc
t!