Shell notifications do not work correctly in custom NSE
Sun, 9 Mar 2008 12:51:01 -0700
Hi
I've encountered an issue with my NSE. When I create or delete or rename
folders in my NSE it often ignores shell notifications about the action
performed so the folder tree or the list folder view do not react to the
changes. The behaviour is unpredictable. Sometimes it works fine when I make
changes ...
|
Creating Add-ons for Internet Explorer: Customizing Menus
Thu, 6 Mar 2008 16:51:00 -0800
Hi,
I was trying to follow the example in the following link using method 2.
http://msdn2.microsoft.com/en-us/library/bb735853(VS.85).aspx#IEAddOnsMenus_topic2
Method 2 is â??Creating DLL-based Menu Itemsâ?.
When I select â??Tools->Download Imagesâ? on IE7, I am able to debug into the
SetSite() . But, ...
|
URL Moniker gets executed?
Thu, 6 Mar 2008 10:41:01 -0800
On XP sp2 in my NSE using CDefView I'm seeing an odd behavior? .
My NSE basically shuffles around the names in the normal filesystem.
So when a user clicks on an item in my namespace, I want the normal behavior
that would be associated with a click on that file in the normal place. E.g.
I have MYNameSpace\ ...
|
Sort problem with DefView on vista
Thu, 6 Mar 2008 14:30:36 +0800
I have a NSE witch works fine on XP. But on vista, the first column can not
be sorted by click column header or menu item. The other columns can.
Besides when in group mode, the first column can sorted. Why? is there
someone meet the same broblem?
url:http://www.ureader.com/gp/1660-1.aspx ...
|
Ownerdrawn menu item
Tue, 4 Mar 2008 22:44:01 -0800
for my NSE on XP target I am using the CDefView
I have used CDefFolderMenu_Create2 during my IShellFolder::GetUIObjectOf
(riid == IContextMenu) to help construct the menus when the user r-clicks
on a item or folder. CDefFolderMenu_Create2 is called with a bunch of open
keys :
HKCR\*,HKCR\Directory, ...
|
Some small but annoying bugs
Mon, 3 Mar 2008 07:12:04 -0800
Hello,
I use Windows XP and I have found a few small problems.
If someone can fix them, he would make me really happy!
(And many other people of course !)
1. In the explorer when you choose "Sort Icons"-> "By type"
it literally sort them based on the icon (if I figured out correctly).
E.g. you may find *.c ...
|
Messenger Live Namespace Extension
Sun, 02 Mar 2008 07:45:10 -0800
Anyone have Messenger Live installed with the NSE?
1) Can you verify that none of the Column interfaces are implemented
correctly (crash in the namespace DLL)? For instance just doing this:
Flags = SHCOLSTATE_ONBYDEFAULT
ShellFolder2.GetDefaultColumnState(0, Flags);
Will crash. Also anyother ShellFo ...
|
|
|
IFileOperation and FOFX_DONTDISPLAYSOURCEPATH
Sat, 01 Mar 2008 07:48:03 -0600
Am I doing something wrong or is the FOFX_DONTDISPLAYSOURCEPATH flag
ignored by IFileOperation::SetOperationFlags? Regardless of what
combination of FOFX_DONTDISPLAYSOURCEPATH and/or
FOFX_DONTDISPLAYDESTPATH I pass in, the progress dialog always
displays both source and destination folder names.
So is there a ...
|
OpenThemeData for menu
Fri, 29 Feb 2008 13:15:01 -0800
Hi!
Anybody knows how to get theme data for menus? OpenThemeData returns NULL
when I pass "MENU" as pszClassList. For almost all others (buttons, edit
boxes etc) it works ok. I found a trick in one of posts here for TrayNotify:
You should first call SetWindowTheme(hwnd, "TrayNotifyHoriz", NULL) and then
Ope ...
|
Shell32.dll icons
Fri, 29 Feb 2008 04:37:00 -0800
Hi
I am using Delphi to develop applications for Windows XP and wondering about
using the standard icons from Shell32.dll on my toolbar.
I've been trying to track down the usage rights fror these icons and getting
mixed messages.
Basically:
1) Can I use the icons from Shell32.dll in my application?
...
|