>Does anyone know if you can use the SetItem command to rename a the >-text part of a treeview node? See code below for >exact syntax I am trying: > Any suggestions on how to change the text on a node would be >appreciated. from where did you got SetItem ? it is called ChangeItem... and then, if you Reset() the TreeView after the change, you'll not see anything :-) __END__ # Aldo Calpini %x=split(//, "xritajbugne fahokem csuctawer jhdtlrnpqloevkshpr"); foreach (sort keys(%x)) { print $x{$_}; };
- [perl-win32-gui] Expand and Collapse All Nodes in Tree? Aldo Calpini
- [perl-win32-gui] Expand and Collapse All Nodes in Tree... Timothy Thomas
- [perl-win32-gui] Label - Background and text colors. Timothy Thomas
- [perl-win32-gui] lines, root lines, buttons Timothy Thomas
- [perl-win32-gui] Printing TreeView Timothy Thomas