[Win32 API]Changing treeview text at runtime
How can I change the text of a treeview item from my program?
I don''t mean using the user to edit the label.
Is it possible without destroying the item and recreating?
I''ve done this in vb, it should be similar. basically you just set the text of the TreeView.
TreeView.nodes(x).text="something"
that''s what''d look like in vb, should be similar in C++.
Never underestimate the power of stupid people in large groups.
HHSDrum@yahoo.com
Polarisoft Home Page
TreeView.nodes(x).text="something"
that''s what''d look like in vb, should be similar in C++.
Never underestimate the power of stupid people in large groups.
HHSDrum@yahoo.com
Polarisoft Home Page
My HomepageSome shoot to kill, others shoot to mame. I say clear the chamber and let the lord decide. - Reno 911
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement