Re: JOEY! Got it working!!

Posted by creeek

In Reply to: Re: Creating a Folder in ShellTreeView posted by Joey

It failed when I tried it, I have been working on it since (almost!)... cant believe how easy it was!

added ONE line at the end:

ShellTreeview1.Refresh(ShelltreeView1.TopItem);

This now updates the graphical folder AND adds the '+' and when you click the '+', no exception errors!!!


a couple of other comments, dont see that it needs the line:
: SetCurrentDir(TmpS); // not needed


also
: if CreateDir(Edit1.Text) = False then

should be
if CreateDir(Edit1.Text+'\NewFolder') = False then

which I presume was a typo.

Anyway.... hopefully this is of use to others

My delete function works OK, BUT in windows 2k, I found that my program shows the deleted folder (cant accces it) until the exe file is closed, I will get to the bottom of this! Works OK in Win98. I use RemoveDir();


Find related articles

Search for:  TShellTreeView


Delphi Forum :: Tutorials :: Source code :: Tips