Hi,
I seem stuck understanding how I get access to the windows explorer object and alter it.
I have a browser control on a form and I use the controlsource to navigate to a network folder.
How do I then interact with this, such as change the view or enable the preview pane?
My unbound browser control is called 'Explorer'
And according to this page :
The control property I need is : CurrentViewMode
So I have tried Me.Explorer.Object.Document.CurrentViewMode = 3
But it errors with 'Object doesn't support this property or method'?
I've been scouring :
But cannot find anything to help?
Where is information on how to use this control an manipulate the underlying explorer window?
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Electronic Dance Music
I seem stuck understanding how I get access to the windows explorer object and alter it.
I have a browser control on a form and I use the controlsource to navigate to a network folder.
How do I then interact with this, such as change the view or enable the preview pane?
My unbound browser control is called 'Explorer'
And according to this page :
The control property I need is : CurrentViewMode
So I have tried Me.Explorer.Object.Document.CurrentViewMode = 3
But it errors with 'Object doesn't support this property or method'?
I've been scouring :
But cannot find anything to help?
Where is information on how to use this control an manipulate the underlying explorer window?
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Electronic Dance Music