CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 1999
    Posts
    2

    System imagelist



    Does anyone know how to get the index of the Desktop and My Computer icons in the system imagelist? I've attached the handle of the system imagelist to a CImageList object. I've been trying to figure this one out for a short while. I've tryed ::SHGetFileInfo on the desktop, but that gets the regular folder icon.


    Thanks,

    Joseph

  2. #2
    Join Date
    Mar 1999
    Posts
    2

    Re: System imagelist



    Hi,


    Kirk Stowel has a very good collection of classes in this site, the file name

    is cj60lib.zip. He is doing what you are looking for in one of the classes he

    wrote ( I think CShellTree ) check the code.


    Good luck.

    Abdu.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured