can this be done with some kind of shell extension?
Tue, 24 Jun 2008 09:40:26 +0800
Hi,
I'm new to windows shell extension programming. I need to show some dynamic
properties of my file in explorer's properties dialog, how can I achieve
this? Some documentation or examples will be excellent. Thanks!
...
|
Context menu extension doesn't work with Vista's "Recently Used" i
Mon, 23 Jun 2008 12:21:26 -0700
Hello shell experts,
We've developed a custom shell extension that adds a submenu to the
right-click context menu on files and folders.
The extension works great in Windows Explorer but has trouble with items in
the left panel of Vista's start menu - the "recently used" items.
We've seen two problems wi ...
|
Vista
Mon, 23 Jun 2008 10:39:10 -0700
...
|
ContextMenuHandlers entry in AllFileSystemObjects dups items
Mon, 23 Jun 2008 10:37:06 -0700
When I add my context menu shell extension to AllFileSystemObjects, Windows
displays my submenu twice when I right-click on a shortcut. The submenu
appears only once on all other "file system objects" I've tried so far.
I can work around this by adding my shell extension to * and Directories
instead, but I ...
|
IShellItemImageFactory high-res icons
Fri, 20 Jun 2008 08:10:38 -0700 (PDT)
Hi all,
I'm trying to get high-resolution icons for a list of files that we
are displaying, but it doesn't seem to be working (code below). I'm
getting low-res icons drawn inside a bitmap of the dimensions
specified (ie. there would be a 48x48 icon in the center of the
256x256 icon returned from IShellItemIm ...
|
"registration free COM" for shell extensions
Thu, 19 Jun 2008 15:14:09 -0500
Hi folks,
We're working on the installer for an XP thumbnail extraction shell
extension COM component. Does anyone know if "registration free COM"
manifest installation will work for a shell extension component? (I'm not
sure how the shell would ever know where to look for it.)
If it's compatible, can ...
|
Extra context menu entry 'paste' in shell extn icon
Wed, 18 Jun 2008 02:42:28 -0700 (PDT)
hi All,
I have a shell extension for which i have my own separate context
menu..
when i register the nse, at the icon level, i see an extra entry
'Paste' in the context menu..this context menu also has the entries
added by me in separate handler..how can i remove this paste entry
from context menu..this appe ...
|
|
|
[CLI] Automatic directory creation w/ auto-counter
Sun, 15 Jun 2008 18:40:53 +0100
Hello,
I would like to know if it is possible to write a small CLI script (shell
script?) that will automatically create a directory somewhere by appending a
kind of auto-counter. Let me illustrate this:
1) Directory to create is (always) 'my_dir_' + <auto_counter>
2) Script reads the file structure and l ...
|
ICONS IN WINDOWS
Fri, 13 Jun 2008 08:54:01 -0700
I need to access the icons that window uses for my file management dialog,
similar to OPENFILENAME dialog.
For example the icon for directory, icon for backup to higher directory, etc
in order to have consistant look of Windows
Would you tell me how I can access these windows icons?
Thank you,
ChangChi ...
|
SHMultiFileProperties and CF_HDROP
Fri, 13 Jun 2008 07:38:14 -0700 (PDT)
I've got some issues with SHMultiFileProperties at the moment
(developing on XP).
Seems to almost work folders/subfolders on the desktop (always
displays zero size though) but for other items it's just showing a
properties form with no details filled in.
SHMultiFileProperties takes an IDataObject as it's pa ...
|