|
|
|
date: Tue, 24 Jun 2008 09:40:26 +0800,
group: microsoft.public.platformsdk.shell
back
Re: can this be done with some kind of shell extension?
Good morning Peter. Welcome to Microsoft Newsgroup Support Service! My name
is Jialiang Ge [MSFT]. It's my pleasure to work with you on this issue.
My understanding of the post is: you wonder how to customize the property
dialog for files (or some certain types of files) in Windows Explorer to
display customized information. Please point it out if I misunderstand your
meaning.
Windows Shell provides a set of Shell Extension Handlers that allows us to
customize file icon, thumbnail, property dialog (we also call it "Property"
property sheet), context menu, etc. "Property sheet handler" is in one of
them. It enables us to replace or add property tabs (also called as "page").
"Property sheet handler" was first introduced in the MSDN article:
MSDN: Creating Shell Extension Handlers
http://msdn.microsoft.com/en-us/library/bb776797(VS.85).aspx
then it's particularized in:
MSDN: Creating Property Sheet Handlers
http://msdn.microsoft.com/en-us/library/bb776850(VS.85).aspx
By reading the above two documents, we will have a theoretical basis of the
property sheet handlers. To practice the theory, there are a few excellent
step-by-step examples for your references:
Codeproject: The Complete Idiot's Guide to Writing Shell Extensions - Part V
http://www.codeproject.com/KB/shell/shellextguide5.aspx
Property Sheet Example
http://www.shellplus.com/examples/property-sheet-example.html
The codeproject one has a series of articles for writing shell extensions
(Part 1-9). They are very valuable learning resources if you are interested
in other aspects of the technology.
Please let me know if you have any other concerns, or need anything else.
Regards,
Jialiang Ge (jialge@online.microsoft.com, remove ¡®online.¡¯)
Microsoft Online Community Support
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notifications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
"Peter" <bokesoft@community.nospam> wrote in message
news:edLyJtZ1IHA.528@TK2MSFTNGP02.phx.gbl...
> 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!
>
>
>
date: Tue, 24 Jun 2008 12:25:46 +0800
author: Jialiang Ge [MSFT]
Re: can this be done with some kind of shell extension?
Thank you Jialiang, I think the property sheet handler is exactly what I'm
looking for.
"Jialiang Ge [MSFT]" wrote in message
news:ONh6gJb1IHA.5832@TK2MSFTNGP02.phx.gbl...
> Good morning Peter. Welcome to Microsoft Newsgroup Support Service! My
> name is Jialiang Ge [MSFT]. It's my pleasure to work with you on this
> issue.
>
> My understanding of the post is: you wonder how to customize the property
> dialog for files (or some certain types of files) in Windows Explorer to
> display customized information. Please point it out if I misunderstand
> your meaning.
>
> Windows Shell provides a set of Shell Extension Handlers that allows us to
> customize file icon, thumbnail, property dialog (we also call it
> "Property" property sheet), context menu, etc. "Property sheet handler" is
> in one of them. It enables us to replace or add property tabs (also called
> as "page").
>
> "Property sheet handler" was first introduced in the MSDN article:
>
> MSDN: Creating Shell Extension Handlers
> http://msdn.microsoft.com/en-us/library/bb776797(VS.85).aspx
>
> then it's particularized in:
>
> MSDN: Creating Property Sheet Handlers
> http://msdn.microsoft.com/en-us/library/bb776850(VS.85).aspx
>
> By reading the above two documents, we will have a theoretical basis of
> the property sheet handlers. To practice the theory, there are a few
> excellent step-by-step examples for your references:
>
> Codeproject: The Complete Idiot's Guide to Writing Shell Extensions - Part
> V
> http://www.codeproject.com/KB/shell/shellextguide5.aspx
>
> Property Sheet Example
> http://www.shellplus.com/examples/property-sheet-example.html
>
> The codeproject one has a series of articles for writing shell extensions
> (Part 1-9). They are very valuable learning resources if you are
> interested in other aspects of the technology.
>
> Please let me know if you have any other concerns, or need anything else.
>
> Regards,
> Jialiang Ge (jialge@online.microsoft.com, remove ¡®online.¡¯)
> Microsoft Online Community Support
>
> Delighting our customers is our #1 priority. We welcome your comments and
> suggestions about how we can improve the support we provide to you. Please
> feel free to let my manager know what you think of the level of service
> provided. You can send feedback directly to my manager at:
> msdnmg@microsoft.com.
>
> ==================================================
> Get notification to my posts through email? Please refer to
> http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notifications.
>
> Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
> where an initial response from the community or a Microsoft Support
> Engineer within 1 business day is acceptable. Please note that each follow
> up response may take approximately 2 business days as the support
> professional working with you may need further investigation to reach the
> most efficient resolution. The offering is not appropriate for situations
> that require urgent, real-time or phone-based interactions or complex
> project analysis and dump analysis issues. Issues of this nature are best
> handled working with a dedicated Microsoft Support Engineer by contacting
> Microsoft Customer Support Services (CSS) at
> http://msdn.microsoft.com/subscriptions/support/default.aspx.
> ==================================================
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
>
> "Peter" <bokesoft@community.nospam> wrote in message
> news:edLyJtZ1IHA.528@TK2MSFTNGP02.phx.gbl...
>> 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!
>>
>>
>>
>
>
date: Tue, 24 Jun 2008 20:32:44 +0800
author: Peter am
|
|