P
Paul
I'm using the following code to open Windows Explorer to a folder designated
in a Text Box in the form:
strPath = Me!txtPath
ShellID = Shell("Explorer.exe" & " " & strPath)
However, there are two things about the way Windows Explorer opens from this
command that I would like to change:
1. When Win Explorer opens, it opens minimized, and
2. the folder list is not displayed in the Left pane.
How can I modify this code so that Windows Explorer opens in normal view
(neither maximized nor minimized), and how can I get it to display the two
panes with the folder list in the left pane?
Thanks in advance,
Paul
in a Text Box in the form:
strPath = Me!txtPath
ShellID = Shell("Explorer.exe" & " " & strPath)
However, there are two things about the way Windows Explorer opens from this
command that I would like to change:
1. When Win Explorer opens, it opens minimized, and
2. the folder list is not displayed in the Left pane.
How can I modify this code so that Windows Explorer opens in normal view
(neither maximized nor minimized), and how can I get it to display the two
panes with the folder list in the left pane?
Thanks in advance,
Paul