[Help] Recycle bin desklet

anybody got the updated recycle bin desklet the one i have now works only if the deleted file is from C drive . it does not show files from any other drive.

:(

#233440

have this problem too ..checked the dl with winhex and found that it's set on c drive ..u can change that though but it will still only support one drive :( ..hope this is fixed soon

#239590

checked the dl with winhex and found that it's set on c drive

Who how did you do that? You must have some secret knowledge I dont have because its not set on c drive at all.

#239697

oh yes it is ..and to prove u wrong heres the code:

kB. bytes..c:..%c:.Are you sure you want to empty the recyc

that line can be found at offset 00091776 with WinHex set on Text Display Only ..and if u change c: to say f: (got my second hdd on f:) then the stuff i remove from c drive wont be counted by the desklet, however, everything i remove from f: now counts ..so there u have it :)

#239717

What about?

for(int drive=0;drivei<numberOfDrives;++drive)

{

readFilesInBin ( drive + c);

}

??

#239737

sorry ..could not find that code in the .dll file

#239742

Regardless, I cant delete stuff in my storage drive...:(, o well.

#248880

So...has an updated desklet ever been released? I searched here and wincustomize and dockex.com and all I see is version 1.0.0 from March 2004 with comments from Ave that a new DLL is due "soon"....did it ever get released? If so, where can I get it? Thanks....

#250770