How to handle drag & drop from low integrity Internet Explorer
Sat, 13 Mar 2010 06:14:07 +1100
Hi,
When dragging images, etc out of a low-integrity Internet Explorer window,
the data in the IDataObject appears inaccessible. Calling GetData on any of
the formats simply returns E_FAIL. And yet Explorer is able to handle drag &
drops from IE in this fashion (after showing a security prompt).
What doe ...
|
Move buttons as dialog box is expanded
Wed, 10 Mar 2010 16:16:01 -0800
Hi,
I have a modeless dialog box which has 3 button conrols.
My dialog box style has WS_THICKFRAME so that I can change the size of the
dialog box.
As I change the size of my dialog box, I like to have the buttons move so
that they will stay at the bottom of the dialog box.
In other words I like to be ...
|
Adding Jump List to Start Menu
Mon, 1 Mar 2010 17:54:42 -0500
I have successfully used ICustomDestinationList to add a jump list of recent
files to my applications taskbar icon in Windows 7. However, the jump list
does not appear in the start menu.
Is there something else that needs to happen?
...Matt
--
Matt Houser
http://www.insidercoding.com
...
|
Context menu not showing for nse folders in file open dialog
Fri, 26 Feb 2010 10:34:34 +0530
When browsing my nse in the file open dialog, the context menu does not
appear for my folder items but it does appear for non-folder items.
However, when browsing the filesystem (eg c:\ drive), the context menu
appears for both folders and files.
I found that my IContextMenu implementation does get called ...
|
noel.vellemans@gmail.com
Mon, 22 Feb 2010 19:16:57 +0100
qnap
is dat met een soort package manager dat ge daar soft kunt opzetten ?
...
|
how to associate URIi with application ?
Sun, 21 Feb 2010 23:42:12 +0100
Hi all
I have created an uPnP device and instead of invoking the default web
page when double clicking the device in 'my network places' i want to start
the application needed to control the device (home automation device)
so i want to know what i need to do (registry ? ) so that the uri
myhome://cont ...
|
How to query an item's properties using AQS?
Thu, 18 Feb 2010 17:17:41 +1100
Hi,
One of the new features in Windows 7 is the addition of the "AppliesTo"
value for static context menu items. This lets a static item be shown or
hidden based on the result of an AQS query (this is documented here:
http://msdn.microsoft.com/en-us/library/cc144171%28VS.85%29.aspx#dynamic_behavior)
What ...
|
|
|
Context Menu Handling
Mon, 15 Feb 2010 08:55:02 -0800
Hi,
I'm trying to create a .dll in VB.NET that will create windows explorer
context menu options. When the user right clicks a specific type of file, I
want the context menu to show 1-2 options for the user to select. This is
similar to what WinZip does with the context menu. From what I understand, I
...
|
drag-drop TO elevated process
Mon, 15 Feb 2010 03:23:11 -0800 (PST)
From vista onwards you can't drag-drop a file to an elevated process
from a 'normal' one, e.g. from windows destkop to an instance of
xplorer2 running as administrator. WM_DROPFILES works at least in
windows 7
I have looked into ChangeWindowMessageFilter(Ex) which apparently can
solve such communication probl ...
|
Shell Namespace lacks view mode menu items
Sun, 14 Feb 2010 15:23:01 -0800
I am writing a shell namespace and trying to follow the information from MSDN
documentation. I can see my node on the tree view, I can display items in the
view window, but I don't see the menu view mode items, such as icon, detail,
list, etc.
Does anyone have sample code for which the menu items are presen ...
|