I am using the following code to call a function and display 'explorer.exe' with the set directory.
Call ShellExecute(hwnd, "Open", "c:\windows", "", "", 1)
My problem is the window that opens doesn't have the explorer 'tree view' down the left hand side! Any ideas how I can change the code to make it appear?
Thanks


Reply With Quote