EDN Admin
Well-known member
Hello,
When installed on Windows 7 (64 or 32 bit), my shell context menu will cause Manage Computer to not launch when chosen from the righ-click context menu of the My Computer icon on the desktop.
If I remove my shell extension, Manage Computer will work. Ive added some OutputDebugString messages to my dll, and attached to explorer.exe in the debugger to see if I could determine why it causes it to fail but everything seems fine so far that I can
tell.
Has anyone else encountered this problem? Am I looking for a security problem, or has Window 7 changed how you need to implement context menus? I did find reference to IExporerCommand and some new interfaces. Any pointers in the right direction would be
extremely helpful.
Thanks,
Sheri
View the full article
When installed on Windows 7 (64 or 32 bit), my shell context menu will cause Manage Computer to not launch when chosen from the righ-click context menu of the My Computer icon on the desktop.
If I remove my shell extension, Manage Computer will work. Ive added some OutputDebugString messages to my dll, and attached to explorer.exe in the debugger to see if I could determine why it causes it to fail but everything seems fine so far that I can
tell.
Has anyone else encountered this problem? Am I looking for a security problem, or has Window 7 changed how you need to implement context menus? I did find reference to IExporerCommand and some new interfaces. Any pointers in the right direction would be
extremely helpful.
Thanks,
Sheri
View the full article