Hi,
I add tree control in form:
I want to add icons for this tree :
in the init mey=thod of form I set this code:
ImageListAppl imageListAppl;
imageListAppl = new ImageListAppl( 32, 32 );
imageListAppl.add(10565);
imageListAppl.add(12265);
imageListAppl.add(10901);
imageListAppl.addOverlay(10565);
imageListAppl.addOverlay(12265);
imageListAppl.addOverlay(10901);
EUKDelegue::buildTree(Tree,imageListAppl.image(10565), name);
But I didn't get any icons
What is the problem?
*This post is locked for comments
I have the same question (0)