Tech Support > Microsoft Windows > Development Resources > Treeview with columns
Treeview with columns
Posted by TJ on September 22nd, 2003


I'm looking for a treeview control that also has columns to the right of
the tree like a listview. I'd prefer a DLL and not an activex control.
I've looked at some commercial versions, but they are rather pricey.
Does anyone know of how to do this?

Thanks,

TJ

Posted by Alex Blekhman on September 23rd, 2003


"TJ" <nospam@invalidaddr.com> wrote in message
news:3F6F88C5.6C799F39@invalidaddr.com...
Here you can find couple of examples of tree list controls
http://www.codeproject.com/treectrl/
Go to "Tree/List Hybrids" section.



Posted by TJ on September 24th, 2003


Thanks for the examples, looks like what I want to do. But they all seem to
be in MFC. I'm programming in WIN32, and have never used MFC. Can I call an
MFC DLL from WIN32 or does everything have to be in MFC?




Posted by TJ on September 25th, 2003


Thanks, I'll give it a try.

Posted by Alex Blekhman on September 25th, 2003


"TJ" <nospam@invalidaddr.com> wrote in message
news:3F71ADC2.58328460@invalidaddr.com...
Yes, you need MFC project to be able to use these controls. However, you can
look at their code and it will give you a couple of ideas how to implement
such thing. After all, it's not a rocket science there.



Posted by Gernot Frisch on September 29th, 2003


Yay! I was looking for these right now. Thank you!

--
-Gernot

In order to reply, revert my forename from:
tonreG.Frisch.at.Dream-D-Sign.de@invalid.com
________________________________________
Looking for a good game? Do it yourself!
GLBasic - you can do
www.GLBasic.com




Similar Posts