Sky Software Homepage LogicNP Software Knowledge Base And FAQ

 
Contact Product Support    SearchSearch      Subscribe to the RSS feed for this forum

HOWTO : Develop a context menu extension/thumbnail extension/property sheet extension to target all files

 
Subscribe to the RSS feed for this forum  Forum Index -> EZShellExtensions.Net
View previous topic :: View next topic  
Author Message
Support



Joined: 18 Jul 2005
Posts: 731

Posted: Mon Nov 06, 2006 8:46 am    Post subject: HOWTO : Develop a context menu extension/thumbnail extension/property sheet extension to target all files

The TargetExtension attribute applied to your extension class determines which files the extension will target. To target all kinds of files (*.*), apply the TargetExtension attribute as follows :

TargetExtension(SpecialProgIDTargets.AllFiles,false)

Here, the const SpecialProgIDTargets.AllFiles is used whose value is "*".

The SpecialProgIDTargets class also defines many other special ProgIDs to target special groups of items such as all drives, all folders, etc.
Back to top
Display posts from previous:   
Forum Index -> EZShellExtensions.Net All times are GMT
Page 1 of 1

 
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group