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

    implement IShellIconOverlayIdentifier cause copy error on window ME

    Hi All,

    I have implement IShellIconOverlayIdentifier and register the handler to
    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\ShellI
    conOverlayIdentifiers.
    The icon overlay display properly, but it cause icon on desktop not able to
    be drag on Window ME whenever the window is restarted. I can avoid the
    problem if the explorer.exe is stop and re-started from the task manager. It
    only happen on Window ME.

    Does anyone have any idea what's the problem. Or is there anything special
    to be implemented on Window ME for icon overlay impelmentation?

    Thanks,
    LT



  2. #2
    Join Date
    Jan 2004
    Location
    Bangalore
    Posts
    53

    Sample code plz

    Hai,
    I am implementing IShellIConOverlayIdentifier . If you ve your sample code for this plz send it to me.
    Regards
    Mjvalan

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