I am trying to create a shortcut (on the desktop) to a virtual folder in my NSE. Any pointers would be appreciated!
Gee Weez wrote: > I am trying to create a shortcut (on the desktop) to a virtual folder > in my NSE. Any pointers would be appreciated! You need to create a shell link object and pass it the fully-qualified ID-list of your virtual folder using SetIDList instead of SetPath. See the topic "Shell Links" for more information and sample code: http://msdn.microsoft.com/en-us/library/bb776891.aspx -- Jim Barry, Microsoft MVP
On Jul 31, 5:58 am, "Jim Barry" wrote: > Gee Weez wrote: > > I am trying to create a shortcut (on the desktop) to a virtual folder > > in my NSE. Any pointers would be appreciated! > > You need to create a shell link object and pass it the fully-qualified ID-list of your virtual folder using SetIDList instead of SetPath. See the topic "Shell Links" for more information and sample code: > > http://msdn.microsoft.com/en-us/library/bb776891.aspx > > -- > Jim Barry, Microsoft MVP Thanks, that worked!