1. RE: Treeview Imagelist
- Posted by Al Getz <Xaxo at aol.com> Jun 06, 2003
- 409 views
euman at bellsouth.net wrote: > > > Hello, > > I need to know how to use imagelist to display correct drive icons > using the system imagelist, is this possible? currently Im using my > own created images but want to access the system imagelist... > > btw, I have the listview (system) imagelist working perfectly > (LVS_REPORT, and LVS_LIST) so I don't need to know this. > > Euman > Hi there Wayne, Dont you extract that icon from shell32.dll? BTW, i tried your excellent Explorer view demo and it's really nice. You should probably submit that for the archives? What op sys are you running these days? Take care, Al
2. RE: Treeview Imagelist
- Posted by Bernie Ryan <xotron at bluefrognet.net> Jun 06, 2003
- 398 views
EUMAN: The icons for the drives are contain in: C:\WINDOWS\SYSTEM\SHELL32.DLL If you search your registry for shell32.dll you will find at each place the default icon for each program that uses the hard drive image. After the shell32.dll entry you will see a comma followed by a number which is the resource number for the particular image you are interested in. I hope this helps. Bernie
3. RE: Treeview Imagelist
- Posted by euman at bellsouth.net Jun 06, 2003
- 419 views
On 6 Jun 2003 at 11:17, Al Getz wrote: > > > euman at bellsouth.net wrote: > > > > > > Hello, > > > > I need to know how to use imagelist to display correct drive icons > > using the system imagelist, is this possible? currently Im using my > > own created images but want to access the system imagelist... > > > > btw, I have the listview (system) imagelist working perfectly > > (LVS_REPORT, and LVS_LIST) so I don't need to know this. > > > > Euman > > > > Hi there Wayne, > > Dont you extract that icon from shell32.dll? Yes, I think so but how to do this with the way Ive coded the app will probably require hours of thought and re-writes. > BTW, i tried your excellent Explorer view demo and it's really > nice. You should probably submit that for the archives? Thanks, I put out a very preliminary version a couple years ago to try an get some help and until now its sat collecting dust but Im board with my other projects at the moment so Im twiddling with this for a while. > What op sys are you running these days? WinXP and 2Kpro > Take care, > Al Since I sent you the files earlier, I have made hundreds of minor tweaks eliminating my (or_all) and replacing the accurate values so I don't have the overhead involved with the (or_all) loops. This increased my files listview update to almost half the speed it was. Im impressed that out of all the Filemanagers Ive used this updates the files listview ultra quick. I'll keep tweaking (hopefully not breaking it) Euman