openfilename, modify for thumbnail
Sat, 24 May 2008 20:31:01 -0700
To Jean-Marie
Jean-Marie ,
I have been trying to get Thumbnail as default
in openfilename dialog.
I tried MFC approach, and I could not make it happen
because I am not familiar with MFC
I am wondering if "Brad Martinez" approach can be implemented
with C or C++ language.
You suggested "Brad M ...
|
OPENFILENAME, modify defaults
Sat, 24 May 2008 16:27:00 -0700
To Jim barry.
Hi Jim,
I have been struggling with Paul DiLascia's March 2004 C++ Q&A article for
more information and some example code, as you suggested on march 13, 2008:
I am not familiar enogh with MFC to make it work
Is there an equivalent way to accomplish this wit API approah?
#include <com ...
|
Drag & drop works in XP, not in Vista - help?
Thu, 22 May 2008 20:58:38 -0700
I have code that implements drag & drop for a ShowPicturesOnArrival event.
The code works fine under Windows XP but fails under Vista with an:
Invalid FORMATETC structure
error. For completeness, the relevant Registry keys I've added are below.
Items preceeded by a "v" are values for the above key, not sub ...
|
Extracting or Reading the Title text of a balloon tip
Thu, 22 May 2008 19:04:40 +0800
I have to write an application that will read the title and text of another
application that shows a balloon tip in the systray. More explicity , I want
to read the title and body text of a balloon tip of another application .
I am unable to read the title text but I have read successfully the body
text. T ...
|
List of registered properties on Vista?
Thu, 22 May 2008 14:31:56 +0530
Where can I see a list of all registered properties schemas and properties
on Vista? I tried to find it in the Control Panle, but could not see it?
Thanks
BS
...
|
PIDL problem when reading files from a DVD/CD drive.
Tue, 20 May 2008 11:20:54 -0700 (PDT)
I've run in to a problem trying to browse a DVD/CD using the shell (on
XP). The methods I've used work for hard disks/usb disks so it's a
strange one.
When converting from a filename to a PIDL then back again, the new
filename is incorrect (just displays the drive and the first folder).
For example
// ge ...
|
IInputObject and backspace and other keys not working
Fri, 16 May 2008 17:01:57 +0530
I tried implementing IInputobject for backspace or tab or other keys for a
horizontal band in
windows explorer from various resources available
Till now, I couldnt able to get it going and I would really appreciate if
any one could show me
how to implement the IInputobject to accomodate the above proble ...
|
|
|
How to programmatically move the windows TaskBar?
Wed, 14 May 2008 23:00:32 +0100
Hi There,
Is it possible to programmatically move the Windows Tas
I've been attempting to write a simple C program that is capable of moving
the TaskBar in Windows.
So far, I've stumple upon the ShellAPI function "SHAppBarMessage". I've
attempted to use it,
but nothing is happening to my taskbar at all. ...
|
SQL Server Addin
Wed, 14 May 2008 16:48:29 +0530
Hi,
How to write and which com dlls to use to write addins for sql server.
I dont want to use the DotNet way.
Is there a Win32 way to accomplish this ?
ColdAir
...
|
Shell and Extensibility Project Questions
Tue, 13 May 2008 13:52:00 -0700
I would like to write an extensibility extension for my product that
basically is a browser to an XML front end. I want to use the features in
Visual Studio Extensibility, but extend them to do things like check to
make sure an Assembly.Class.Method is valid for an element value. In other
words I have elemen ...
|