I\'m working on a drag and drop problem now and trying to get the PIDLs of the items being dragged from windows shell to my application.
I\'m developing a network redirector 开发者_运维技巧using RDBSS. In our network redirector volume, a executable file which is packed from Inno Setup(Open source packer) can not be run.
I am currently writing an application working with specially prepared image data. Another tool prepares the images (basically PNGs with additional data stored in the meta-data section). Now my tool wo
First, sorry for my poor English... I want to add a virtual folder to Windows Explorer using a Namespace Extension (NSE), and I want 开发者_开发知识库users to be able to open this virtual folder to e
I am looking for a way to programmatically add a folder to the Favorit开发者_开发知识库es in Windows Explorer. Its Windows Explorer specific and based around this project: http://www.codeproject.com/T
I have a shell extension installed into the filesystem by adding \".{CLSID}\" to the folder name. The Shell Extension is like the .zip extension (allowing you to see files). Explorer handles it fine,
I\'ve implemented a directory walking algorithm for the Windows Shell using IShellItem, IShellFolder, IStorage, IStream, etc. All is well and good. I can even walk inside shell namespace extensions (e
I am writing an Explorer extension for Vista and Windows 7. I read that if you are making a namespace extension you can provide your own commands using IExplorerCommandProvider. This is done in respon
I\'m working on Windows XP and I need to make a script that would compare 2 files (1 on a server and 1 on a client). Basically, I need my script to check if the fi开发者_运维技巧le from the client is
I have tested a small shell extension referring to the article on code project. Though the whole process is quite complicated , I have some how idea what are thefollwoing methodsand what do thet do.: