My company builds an MFC application that runs on Windows XP.One of our customers has reported a crash in this application that occurs when it opens a Common File Dialog to allow the user to save a lo
I made shell extension (implementing IContextMenu, IShellExtInit, IExtractIcon & IPersistFile) using ATL, \"by the book\".
When Winrar installed, and user right click on a file, a new mune item exists: \"Add to Arc开发者_开发问答hive...\"
i have visual studio 2005 and i am writing a shell extension for windows explorer. It works in Windows Vista 32bit where i compile the project.
I\'m implementing a Windows Explorer Shell Extension for a networked file system on Windows 7, and I\'ve hit a snag while implementing the Delete functionality.
I\'ve created a C++ Shell Context Menu Extension using this Template. On 64-Bit computers, it works great, but I can\'t register it on 32-Bit computers. Even the unmodified original version of the pr
I\'m writing a Windows shell extension in C# using EZShellExtensions.NET. I contribute a context menu that shows dia开发者_Go百科logs.
we use ICopyHook.CopyCallback shell extension to detect deletion , moving ,creation of folders , but not files Link , How to detect if the user is deleting a file from C# Application , or How to handl
I\'ve created a thumbnail image handler (shell extension) for Windows Explorer, for handling several TIF/TIFF image formats. I know that Explorer already includes TIFF support (provided by the shimgvw
For a shellextension (UI is similar to \"New/\" context men开发者_如何学JAVAu), I need to create a file, select it and enter \"rename\" mode, so the user can adjust the default name.