Autoplay disable for non-volume device
Thu, 21 Feb 2008 11:43:01 -0800
Based on the guidelines provided in this article
http://msdn.microsoft.com/msdnmag/issues/01/11/autoplay/
I have developed an Autoplay mechanism for my USB device ( non-volume). This
is targetted for windows xp and higher.
So In a nutshell this is what I have added in the registry to get this
functional ...
|
Debugging NSE Under Vista - Comments Microsoft?
Wed, 20 Feb 2008 12:49:26 -0800 (PST)
Hi All,
This is a renewal of thread that was posted a while back about strange
behavior while debugging NSE's under Vista. As Chuck Chopp noted, it
might have something to do with UAC.
Using VS2005, one sets Explorer.exe to be the launch process to debug
the current project that is the DLL representing the ...
|
Dynamic submenu in context menu extension
Tue, 19 Feb 2008 11:10:29 +0530
My context menu extension contains a large number of sub items and I cannot
know how many in QueryContextMenu so I add just the one dummy item to the
sub menu (as suggested by the docs) and return 2 (parent menu item having
sub menu+ sub menu item). I use WM_INITMENUPOPUP via
IContextMenu::HandleMenuMsg2 to ...
|
Can items be deleted while someone still references the IShellItem?
Thu, 14 Feb 2008 03:04:08 +0100
Hi,
I'm thinking about redesigning my shell browsing programs to use the
IShellItem interface instead of pIDLs and am evaluating the possible
drawbacks of such a step.
Long time ago I stored each item's relative pIDL and its parent item's
IShellFolder interface pointer with the item in the treeview/listv ...
|
Testing directory existence
Tue, 12 Feb 2008 11:24:10 +0200
Hi,
How to test if a directory exists? Which Win32 function should be used?
Thanks in advance...
...
|
Folder view auto arrange - IShellFolder?
Mon, 11 Feb 2008 10:45:51 -0500
I'm wondering about how to organize a folder
view. In WinME, for instance, there's a bug that
causes the contents to often be sprawled out in
a folder, causing a horizontal scrollbar to show.
In XP there's a bug that causes Explorer to forget
view settings. (Bill G. seems to have a thing about
those giant ic ...
|
Our new website
Fri, 8 Feb 2008 15:30:47 -0800
This website is for artist, freelancers, programmers, writers, translators. All who is looking for work.
If you are a skilled professional use page "Add profile" to create your profile.
Also this website is for those who is looking for skilled professional.
If you are looking for a professional use page "Pr ...
|
|
|
IContextMenu::GetCommandString - purpose of GCS_VERBICONW?
Wed, 06 Feb 2008 02:21:58 +0100
Hi,
I came across GCS_VERBICONW in shobjidl.h. It's a flag for
IContextMenu::GetCommandString(), but not mentioned in the docs. I guess
it has been introduced with Vista.
Does anybody know its purpose? Judging by its name and the comment "icon
string (unicode)", I'd say it may be used to retrieve strings t ...
|
HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Tue, 5 Feb 2008 12:47:16 -0800 (PST)
Just created a namespace extension rooted in My Computer, built using
C# (I know this is not recommended) .Net 2.0 Runtime everything works
fine EXCEPT in the commondialog box I can't browse subfolders. I do
see the items on the root, however.
I implemented a custom DataObject that returns a CIDA structure
th ...
|
IShellIcon::GetIconOf
Mon, 4 Feb 2008 15:41:06 -0800
The documentation at:
http://msdn2.microsoft.com/en-us/library/bb761275(VS.85).aspx
for IShellIcon::GetIconOf says that I can return 3 or 4 for a folder icon,
however when I do this on Windows XP using the DefView it doesn't display a
folder icon. The flag it is passing in is 0.
I also have tried thi ...
|