Hi all
hopeflly a simple one this!
I am using the ActiveX Webbrowser control which is unbound
using the following code works fine and it displays the files exactly as I want
dim wbo as webbrowser
set wbo = me.webbrowserobjectname
wbo.navigateto "c:\"
all works fine (synatx above is from my head so might not be 100% as it is)
When the control displays the files it displays them in medium icon view and I would prefer it to display in details view.
Does anyone know how to change the display?
(btw the underlying version of IE is IE8, appreciate that it opens up file explorer if I double click, the IE9 update will fix this when we get to install it but for now I just want to display in the same format as when you click detailed view)
Thanks
hopeflly a simple one this!
I am using the ActiveX Webbrowser control which is unbound
using the following code works fine and it displays the files exactly as I want
dim wbo as webbrowser
set wbo = me.webbrowserobjectname
wbo.navigateto "c:\"
all works fine (synatx above is from my head so might not be 100% as it is)
When the control displays the files it displays them in medium icon view and I would prefer it to display in details view.
Does anyone know how to change the display?
(btw the underlying version of IE is IE8, appreciate that it opens up file explorer if I double click, the IE9 update will fix this when we get to install it but for now I just want to display in the same format as when you click detailed view)
Thanks