Problem about the "shellexecute" difference between XP and Vista.
Thu, 10 Jul 2008 06:31:14 -0700
Dear all,
I've got to write a program which should support windows unicode.
I use shellexecute to call the default "mailto" program, so that I can send
mail with the default windows mail application.
The program runs well on XP.
But when we come to Vista, I can see various unrecognizable characters
appear on ...
|
Place Icon in a Dialog box
Mon, 7 Jul 2008 17:08:00 -0700
I have created a dialog box(modeless) and also created icons.
I like to place icons in the dialog box similar to "Windows Explorer".
My platform is "window XP" and I use C and C++ language.
Can someone give help?
Thank you,
ChangChiTheGraphics ...
|
problem with reading Thumbs.db in windows shell
Mon, 7 Jul 2008 00:09:01 -0700
Dear,
I am tring to read thumbs.db file format and I hear that windows shell can
read such format. So I try to write the following code but some problem faces
me:
*******************************
STDMETHODIMP CFileThumbExtract::ExtractThumbnail(HBITMAP *phBitmap)
{
LPITEMIDLIST localPidl;
//const ...
|
How to customize "Details" of the left-pane of the explorer on winXP
Fri, 4 Jul 2008 13:14:24 +0800
I'm doing a NSE and would like to display my self-defined information about
a selected virtual item on the left-pane of the explorer. However when i
select an item the GetDetailsEx didn't get called. I have implemented
IPersistFolder3 and IShellFolder3, can someone pls help me?
url:http://www.ureader.com/gp ...
|
Get Selected Item On Desktop
Thu, 3 Jul 2008 15:53:36 -0700 (PDT)
Hello, I need to retrive the IShellView and subsquently the
IFolderView interfaces for the Desktop to read the users currently
selected or focussed item (file, folder, recycle bin, etc.)
Tried GetUIObjectOf to get the IShellView from a IShellFolder but it
returns a null interface for the desktop directory fold ...
|
'New Folder' button not enabled on Vista
Wed, 2 Jul 2008 11:23:30 +0530
When browsing my namespace extension, I cannot get the 'New folder' to
become enabled in the file open/save dialog on Vista. I tried adding
SFGAO_STORAGE and SFGAO_STORAGEANSCESTOR to the attributes but to no use.
What needs to be done to enable this functionality?
John
...
|
InvokeCommand (LPCMINVOKECOMMANDINFO lpcmi->verb) returns lesser
value by 9
Mon, 30 Jun 2008 02:17:51 -0700 (PDT)
Hello All,
I am facing a really strange issue. I have a context menu and a
submenu to this context menu added using InsertMenu method.
In my NSE, in the right view of explorer, if i do right click on an
item and select a submenu, the value returned by lpcmi->verb is
correct, but if i Do same thing on the left v ...
|
|
|
Can I load a dialog box resource from a dll file?
Sat, 28 Jun 2008 18:14:00 -0700
Dear all,
I'm trying to load a resource dialog box from a dll file.
Which API should I use?
LoadResource?
But I can't find the name of the resource in the rc file of the dll file.
Any hints will be appreciated and thanks in advance. ...
|
file propery sheet position
Wed, 25 Jun 2008 09:39:35 -0700 (PDT)
I'm using SHMultiFileProperties to bring up a property sheet for a
file(s). Is there an easy way to set it's position?
I've noticed that explorer positions it in the same place where the
context menu was displayed. ...
|
can this be done with some kind of shell extension?
Tue, 24 Jun 2008 09:40:26 +0800
Hi,
I'm new to windows shell extension programming. I need to show some dynamic
properties of my file in explorer's properties dialog, how can I achieve
this? Some documentation or examples will be excellent. Thanks!
...
|