I\'m trying to write a Windows Explorer thumbnail handler for our custom file type.I\'ve got this working fine for the preview pane, but am having trouble getting it to work for the thumbnails.
I don\'t know if this is even possible, but how can I bind some key combina开发者_运维问答tion to a (C#)program, so that when that keyboard shortcut is pressed with some file selected in windows explo
I have a script that listens to a jabber server and responds accordingly. Though it\'s not supposed to stop, last night it did. Now I want to run a cron job every minute to check if the script is runn
I am trying to access an Shellfolder like: \"Shell:::{35786D3C-B075-49b9-88DD-029876E11C01}\" via Java on a Windows PC ... but I havn\'t found a way to do so up to now.
Is there a way to open a URL in a new tab (in IE) from a cpp applicat开发者_开发知识库ion without using DDE or shell execute ??In general, you want to do something like this (error checking excluded t
I was toying with an IRC client, integrating it with the windows 7 app bar. To get a \"Frequent\" or \"Recent\" items list one has to call SHAddToRecentDocs API.
i am implementing a shell context menu for windows explorer and have successfully created the menu\'s. What i am having trouble with is the IContextMenu::GetCommandString method that displays the help
Is there a function in Windows API to toggle the \"Show hidden files, folders and drives\" option in Windows Explorer (Tools >> Folder Options... >> View tab).
I\'ve found a few tutorials that explain how to use the windows API to get a custom icon in the system tray.
I\'m looking at writing a shell extension so when a file is clicked an action can be performed against it.(Like any other context menu :))