Sky Software Homepage LogicNP Software Knowledge Base And FAQ

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

HOWTO: Refresh Windows Explorer when the contents of a namespace extension change

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



Joined: 18 Jul 2005
Posts: 731

Posted: Mon May 05, 2008 9:29 am    Post subject: HOWTO: Refresh Windows Explorer when the contents of a namespace extension change

It is often necessary to refresh the Windows Explorer tree(left window) and list(right window) in response to changes in the contents of the namespace extension such as when the user logs on or off. Use the following code for that :

[C#]
this.RootFolder.RefreshView();
this.RootFolder.NotifyUpdated();



[VB.Net]

Me.RootFolder.RefreshView()
Me.RootFolder.NotifyUpdated()
Back to top
Display posts from previous:   
Forum Index -> EZNamespaceExtensions.Net All times are GMT
Page 1 of 1

 
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group