Sky Software Homepage LogicNP Software Knowledge Base And FAQ

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

LogicNP Software Product Newsletter : EZNamespaceExtensions v2009 and EZShellExtensions v2009 for .Net and MFC now available..

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



Joined: 18 Jul 2005
Posts: 731

Posted: Sat Jul 11, 2009 10:41 am    Post subject: LogicNP Software Product Newsletter : EZNamespaceExtensions v2009 and EZShellExtensions v2009 for .Net and MFC now available..

EZNamespaceExtensions v2009 and EZShellExtensions v2009 for .Net and MFC released

We are pleased to announce the release and immediate availability of EZNamespaceExtensions v2009 and EZShellExtensions v2009 for .Net and MFC. The new version features many new features and functionality and improved support Vista and Windows 7. A complete list of all new features can be found further along this newsletter.

Product Information and Download
EZNamespaceExtensions.Net v2009 :
http://www.ssware.com/eznamespaceextensions/eznamespaceextensions.htm

EZShellExtensions.Net v2009 :
http://www.ssware.com/ezshell/ezshell.htm

EZNamespaceExtensionsMFC v2009 :
http://www.ssware.com/eznamespaceextensions/eznamespaceextensionsmfc.htm

EZShellExtensionsMFC v2009 :
http://www.ssware.com/ezshell/ezshellextensionsmfc.htm


Upgrade Information
v2009 is a free upgrade for customers who have an active Support And Upgrade Subscription. To get your v2009 license, goto http://www.ssware.com/upgrade.htm

v2009 is a paid upgrade For 'License Only' customers and customers whose Support And Upgrade Subscription has expired. To upgrade to v2009, goto http://www.ssware.com/upgrade.htm


--------------------------------------------------------------------------------


New Build of CryptoLicensing Available
A new build dated 9 June 2009 (Build 591609) of CryptoLicensing v2009 for .Net, MFC and ActiveX is available for download. This build has new features and functionality, new APIs and bug fixes made over the past few weeks.

Product Information and Download

CryptoLicensing for .Net
http://www.ssware.com/cryptolicensing/cryptolicensing_net.htm

CryptoLicensing for MFC
http://www.ssware.com/cryptolicensing/cryptolicensing_mfc.htm

CryptoLicensing for ActiveX
http://www.ssware.com/cryptolicensing/cryptolicensing_ocx.htm


--------------------------------------------------------------------------------


What's new in EZNamespaceExtensions.Net v2009
. NEW FUNCTIONALITY: Added ability to specify properties of the root node of the NSE such as the 'Comments' string, 'Percent Full', etc via the NSETargetInfo.AddRootNodeProperty method.
. NEW FUNCTIONALITY: Added Vista Toolbar support.
. NEW FUNCTIONALITY: Added Tile View support on Vista.
. NEW FUNCTIONALITY: Property sheet extensions developed with EZShellExtensions can be displayed for inner items in the namespace extension via the NSEPropertySheet class.
. NEW FUNCTIONALITY: Added support for attachments drag-dropped from Outlook (via NSEDataObject.GetFileDescriptors method).
. NEW FUNCTIONALITY: Added support for managed icons when specifying root node icon via NSETargetInfo or NSEFolder.SetRootFolderIcon.
. NEW FUNCTIONALITY: ShellMenu.SetBitmap changed so that bitmaps are seen properly even when the menu item is hovered over.
. NEW FUNCTIONALITY: Added Vista Preview Details functionality.
. NEW FUNCTIONALITY: Improved default implementation of CompareTo method.
. CHANGE: Added workaround for "potential security flaw" message shown on XP when KB921398 is installed.
. NEW FUNCTIONALITY: Added support for custom views on Windows 7.
. NEW FUNCTIONALITY: Added support for Utils.BrowseTo when used from context menu invoked from tree (left-side) in Windows Explorer.
. NEW CLASS: New ExplorerCommand class.
. NEW METHOD: New NSEFolder.GetToolbarCommands method.
. NEW METHOD: Added Utils.PIDLConcat method.
. NEW METHOD: Added new NSEFolder.GetColumnValueEx method.
. NEW METHOD: Added Utils.GetDriveType method.
. NEW CLASS: Added new NSEPropertySheet class.
. NEW METHOD: Added Utils.SysIconIndexFromPIDL method.
. NEW METHOD: Added Utils.ExecuteShellCommand method.
. NEW METHOD: Added NSEFolder.RefreshView(bool syncronous) overload.
. NEW PROPERTY: Added NSEDataObject.TargetCLSID property
. NEW METHOD: NSEDataObject.IsDropTargetRecycleBin method.
. NEW METHOD: Added NSEFolder::InitializeWithTarget method.
. NEW METHODS: Add NSEFolder.SetRootFolderIcon and NSEFolder.SetRootFolderInfotip methods.
. FIX: ShouldDeleteSource() did not return correct values on Vista.
. FIX: Crash occurred WinXP x64 when moving over frame menu item.
. FIX: OnExternalDrop method did not get called correctly on Vista.
. FIX: NSEItem.GetIconFileAndIndex did not work when passing paths containing Unicode characters.
. FIX: Dragging emails from Outlook did not work for more than 1 email.

What's New in EZShellExtensions.Net 2009
. NEW EXTENSION: Control Panel Item.
. NEW FUNCTIONALITY: It is now possible to return multiple columns from a single column extension.
. NEW FUNCTIONALITY: Property sheet extensions can now be used for inner items of a namespace extension developed with EZNamespaceExtensions.
. NEW FUNCTIONALITY: Added support for Utils.BrowseTo when used from context menu invoked from tree (left-side) in Windows Explorer.
. NEW FUNCTIONALITY: TargetFiles for Context menu/Property sheet/etc can now return files even when Unicode (non-Latin) characters ar present in file path.
. NEW FUNCTIONALITY: ShellMenu.SetBitmap changed so that bitmaps are seen properly even when the menu item is hovered over.
. NEW FUNCTIONALITY: Thumbnail extensions and thumbnail provider can now be registered using progid or rootkey-path pair (like contextmenu and property sheet extensions).
. CHANGE: Infotip extension now respects the return type of OnInitialize method and fails if it returns false.
. NEW METHOD: Added Utils.GetDriveType method.
. NEW METHOD: Added Utils.SysIconIndexFromPIDL method.
. NEW METHOD: Added Utils.PIDLConcat method.
. NEW METHOD: Added Utils.GetPIDLListFromDataObject method.
. NEW METHOD: Added Utils.ExecuteShellCommand method.

What's new in EZNamespaceExtensionsMFC v2009
. NEW FUNCTIONALITY: Added ability to specify properties of the root node of the NSE such as the 'Comments' string, 'Percent Full', etc via the CNSETargetInfo.AddRootNodeProperty method
. NEW FUNCTIONALITY: Added Vista Toolbar support.
. NEW FUNCTIONALITY: Added Tile View support on Vista.
. NEW FUNCTIONALITY: Property sheet extensions developed with EZShellExtensions can be displayed for inner items in the namespace extension via the NSEPropertySheet class.
. NEW FUNCTIONALITY: Added support for attachments drag-dropped from Outlook (via CNSEDataObject.GetFileDescriptors method).
. NEW FUNCTIONALITY: Added support for managed icons when specifying root node icon via CNSETargetInfo or CNSEFolder.SetRootFolderIcon.
. NEW FUNCTIONALITY: CShellMenu.SetBitmap changed so that bitmaps are seen properly even when the menu item is hovered over.
. NEW FUNCTIONALITY: Added Vista Preview Details functionality.
. NEW FUNCTIONALITY: Improved default implementation of CompareTo method.
. NEW FUNCTIONALITY: Added support for dragdrop images on Vista.
. NEW FUNCTIONALITY: Added support for custom views on Windows 7.
. NEW FUNCTIONALITY: Added support for CUtils.BrowseTo when used from context menu invoked from tree (left-side) in Windows Explorer.
. CHANGE: Added workaround for "potential security flaw" message shown on XP when KB921398 is installed.
. CHANGE: Throwing exception in GetCustomView now causes Windows Explorer to revert to previously browsed folder.
. NEW CLASS: New CExplorerCommand class.
. NEW METHOD: New CNSEFolder.GetToolbarCommands method.
. NEW METHOD: Added CUtils::RefreshRootFolder method.
. NEW METHOD: Added CUtils.PIDLConcat method.
. NEW METHOD: Added new CNSEFolder.GetColumnValueEx method.
. NEW METHOD: Added CUtils.GetDriveType method.
. NEW CLASS: Added new CNSEPropertySheet class.
. NEW METHOD: Added CUtils.SysIconIndexFromPIDL method.
. NEW METHOD: Added CUtils.ExecuteShellCommand method.
. NEW METHOD: Added CNSEFolder.RefreshView(bool syncronous) overload.
. NEW PROPERTY: Added CNSEDataObject.GetTargetCLSID method.
. NEW METHOD: CNSEDataObject.IsDropTargetRecycleBin method.
. NEW METHOD: Added CNSEFolder::InitializeWithTarget method.
. NEW METHODS: Add CNSEFolder.SetRootFolderIcon and NSEFolder.SetRootFolderInfotip methods.
. FIX: ShouldDeleteSource() did not return correct values on Vista.
. FIX: Crash occurred WinXP x64 when moving over frame menu item.
. FIX: OnExternalDrop method did not get called correctly on Vista.
. FIX: CNSEItem.GetIconFileAndIndex did not work when passing paths containing Unicode characters.
. FIX: Dragging emails from Outlook did not work for more than 1 email.
. FIX: Removed memory leak when browsing extension from File Open-Save dialogs.

What's New in EZShellExtensionsMFC v2009
. NEW EXTENSION: Control Panel Item.
. NEW FUNCTIONALITY: It is now possible to return multiple columns from a single column extension.
. NEW FUNCTIONALITY: Property sheet extensions can now be used for inner items of a namespace extension developed with EZNamespaceExtensions.
. NEW FUNCTIONALITY: Added support for CUtils.BrowseTo when used from context menu invoked from tree (left-side) in Windows Explorer.
. NEW FUNCTIONALITY: TargetFiles for Context menu/Property sheet/etc can now return files even when Unicode (non-Latin) characters ar present in file path.
. NEW FUNCTIONALITY: CShellMenu.SetBitmap changed so that bitmaps are seen properly even when the menu item is hovered over.
. NEW FUNCTIONALITY: Thumbnail extensions and thumbnail provider can now be registered using progid or rootkey-path pair (like contextmenu and property sheet extensions).
. NEW FUNCTIONALITY: Added support for accelerator keys such as backspace, etc in band objects. Tabbing also works now.
. NEW FUNCTIONALITY: Size specified at design-time for the dialog resource is honored.
. NEW FUNCTIONALITY: Added support for context menu commands selected via shortcut to the registered target extension.
. CHANGE: Infotip extension now respects the return type of OnInitialize method and fails if it returns false.
. NEW METHOD: Added CUtils.GetDriveType method.
. NEW METHOD: Added CUtils.SysIconIndexFromPIDL method.
. NEW METHOD: Added CUtils.PIDLConcat method.
. NEW METHOD: Added CUtils.GetPIDLListFromDataObject method.
. NEW METHOD: Added CUtils.ExecuteShellCommand method.
. FIX: Crash occurred in context menu extension under certain circumstances when help string was very long.
. FIX: Crash occurred in overlay icon extension under certain circumstances.
Back to top
Display posts from previous:   
Forum Index -> Announcements All times are GMT
Page 1 of 1

 
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group