CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: need Help...

  1. #1
    Join Date
    Sep 2005
    Posts
    173

    need Help...

    Hi All

    I want to find the icon associated with all the file extensions and if no valid extension is there then find the generic icon provided by the system for unknown file extension.

    Please help me to do this...

    Thanks

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: need Help...

    Have a look at IShellIcon interface in MSDN.

  3. #3
    Join Date
    Sep 2005
    Posts
    173

    Re: need Help...

    Hi
    Thanks for your reply

    Infact what I want is to find the icon of a file which is i am recieving from the remote system so I have ony file name (e.g. Test.txt, Test.pdf, etc)

    So I need to find the icon associated with file extensions like .txt, .pdf, etc.
    that means I dont have full path of the file...

    So please help me for solving this problem....

    Thanks & Regards

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