in reply to Re^2: traverse tree view and set the contents
in thread traverse tree view and set the contents
then maybe you can set/change data easieruse Win32::GUI; my $tree = bless( { '-type' => 0, '-name' => 'Guessing', '-handle' => $treehandle, '-accel' => 0 }, 'Win32::GUI::TreeView' )
|
|---|