Hiding or Handling Search Box in Vista
Thu, 12 Jun 2008 10:42:17 -0700 (PDT)
I have a question regarding this Search Box in Vista. Can we hide it
any way for custom view. I am wondering what
IExplorerPaneVisibility::GetPaneState options EP_QueryPane
EP_AdvQueryPane does?It is not hiding my search box with options
(EPS_DEFAULT_OFF | EPS_FORCE ) .
Or how can we handle Search box in c ...
|
Windows 2000 - Supporting Thumbnail View using ShellDefView
Sat, 7 Jun 2008 14:42:24 +0530
In my NSE, I dont get a 'Thumbnail' option in the View button drop down menu
on Windows 2000. My NSE is done using ShellDefView. The thumbnail option is
available and works fine on XP/2k3, etc.
Any suggestions?
Thanks!
John
...
|
Generating thumbnail of PDF documents using Shell?
Fri, 6 Jun 2008 13:24:03 -0700
Is it possible to generate the thumbnails of PDF documents using shell
programming interfaces? For example using IExtractImage? Or do I need to
install some software in addition to platform SDK to perform that?
Thanks for any suggestions! ...
|
IExtractImage and PDF documents
Fri, 6 Jun 2008 09:44:36 -0700
I have been trying to use the IExtractImage COM interface to generate the
thumbnails for the documents.
I was able to generate thumbnails for office documents but unable to
generate thubmnails for pdf documents, html documents etc. do you know why?
Can anyone point me in the right direction?
Thanks! ...
|
No Thumbnail option in View button dropdown menu on Win2000
Fri, 6 Jun 2008 16:57:47 +0530
In my NSE, I dont get a 'THumbnail' option in the View button drop down menu
on WIndows 2000. My NSE is done using ShellDefView. The thumbnail option is
available and works fine on XP/2k3, etc.
Please help me!
John
...
|
Thumbnail view/NSE on Vista
Wed, 4 Jun 2008 13:23:28 +0300
Hi all
What do I have to do to support thumbnails in an NSE on Vista?
In Windows XP, supporting thumbnail view FVM_THUMBNAIL was basically just a
matter of handling IID_IExtractImage in IShellFolder::GetUIObjectOf.
However, this doesn't happen anymore, and I've so far been unable to get a
call for an ITh ...
|
Access Denied - GetUIObjectOf
Tue, 3 Jun 2008 07:54:01 -0700
Hi All,
I am trying to use Shell Interface IExtractImage to generate thumbnails for
documents from a .NET web application. I am getting "Access Denied" when
trying to call the GetUIObjectOf method.
Any pointers? ...
|
|
|
Drag and Drop ( DND ) issue from NSE to Explorer in Vista Migration
Fri, 30 May 2008 08:03:40 -0700 (PDT)
Hi,
I have a problem with DND from my NSE to explorer in Vista. This
feature works well in XP. Also DND works form Explorer to NSE and from
NSE to NSE.
I am using custom view (not def view) and found in vista.
I pass object CDataObject: public IDataObject, IEnumFORMATETC in my
view for DoDragDrop. Also ...
|
is this shell programming?
Thu, 29 May 2008 14:02:01 -0700
Hi All,
Let me begin by saying that I am a C# developer and I need some help
figuring out C++ code. I have no idea if the following code is shell
programming code or native C++.
==================
Image* ThumbnailExtractor::GetThumbnailImage(String* fileName, int
longestEdge, int colorDepth)
{
// ...
|
trap drag and drop in explorer
Thu, 29 May 2008 08:13:01 -0700
I would like to know if there a way to trap drag and drops on explorer using
the shell extension. Any good sample would be helpful.
Thanks ...
|