Sky Software Homepage LogicNP Software Knowledge Base And FAQ

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

Search found 8 matches
Forum Index
Author Message
  Topic: INFO: Developing protocol handlers with EZNamespaceExtensionsMFC
atul

Replies: 0
Views: 12878

PostForum: EZNamespaceExtensionsMFC   Posted: Tue Aug 12, 2008 9:17 am   Subject: INFO: Developing protocol handlers with EZNamespaceExtensionsMFC
Protocol handlers are a special type of namespace extension which can be accessed using protocol URL such as "protocol://path". For example, the Registry Browser sample that comes with EZNamespaceExte ...
  Topic: INFO: Developing protocol handlers with EZNamespaceExtensions.Net
atul

Replies: 0
Views: 16916

PostForum: EZNamespaceExtensions.Net   Posted: Tue Aug 12, 2008 9:16 am   Subject: INFO: Developing protocol handlers with EZNamespaceExtensions.Net
Protocol handlers are a special type of namespace extension which can be accessed using protocol URL such as "protocol://path". For example, the Registry Browser sample that comes with EZNamespaceExte ...
  Topic: EZNamespaceExtensions and EZShellExtensions v2008 for .Net and MFC Released; Shell MegaPack New Build available
atul

Replies: 0
Views: 20666

PostForum: Announcements   Posted: Mon Aug 04, 2008 7:34 am   Subject: EZNamespaceExtensions and EZShellExtensions v2008 for .Net and MFC Released; Shell MegaPack New Build available
EZNamespaceExtensions and EZShellExtensions v2008 for .Net and MFC Released
We are pleased to announce the release and immediate availability of EZNamespaceExtensions and EZShellExtensions v2008 for ...
  Topic: HOWTO: Determine whether a node is a network drive/shared folder
atul

Replies: 0
Views: 14817

PostForum: FolderView.Net/WPF   Posted: Fri Aug 01, 2008 6:50 am   Subject: HOWTO: Determine whether a node is a network drive/shared folder
Use the following code to determine whether a node is a network drive/shared folder :


if((folderview1.SelectedNode.GetAttributes(NodeAttributes.Share) & NodeAttributes.Share)!=0)
{
// Node ...
  Topic: HOWTO: Scroll FolderView so that a particular node becomes visible
atul

Replies: 0
Views: 14737

PostForum: FolderView.Net/WPF   Posted: Fri Aug 01, 2008 5:02 am   Subject: HOWTO: Scroll FolderView so that a particular node becomes visible
Use the following code to scroll a particular node into view to make it visible :


folderView1.SelectedNode.EnsureVisible();


folderView1.SelectedNode.EnsureVisible()
  Topic: HOWTO: Reference the root folder of the namespace extension from a context menu extension or property sheet extension.
atul

Replies: 0
Views: 19888

PostForum: EZNamespaceExtensions.Net   Posted: Fri Jul 11, 2008 11:52 am   Subject: HOWTO: Reference the root folder of the namespace extension from a context menu extension or property sheet extension.
It is possible to develop a context menu extension or a property sheet extension targeted at the root folder of the namespace extension, as described in http://www.ssware.com/support/viewtopic.php?t=3 ...
  Topic: FIX: You get a 'Type Mismatch' error in VB or VBA
atul

Replies: 0
Views: 13291

PostForum: FileView ActiveX Control   Posted: Tue Jun 24, 2008 8:04 am   Subject: FIX: You get a 'Type Mismatch' error in VB or VBA
This error occurs because there is a naming conflict between FileView's objects and objects from other libraries that your project has referenced. For example, if your project references the 'Microsof ...
  Topic: HOWTO : Display custom icons and texts to files/folders shown in FileView ActiveX Control.
atul

Replies: 0
Views: 4728

PostForum: FileView ActiveX Control   Posted: Fri Jul 29, 2005 8:30 am   Subject: HOWTO : Display custom icons and texts to files/folders shown in FileView ActiveX Control.
To change the text shown for a ListItem, you should use the Text property. You can change this property for each node in the OnAfterItemAdd event which is called after each node is added.

item1.Te ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group