Results 1 to 2 of 2

Thread: Help!

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2002
    Location
    England
    Posts
    9

    Help!

    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

  2. #2
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    VB Code:
    1. Call ShellExecute(hwnd, "Explore", "c:\windows", "", "C:\", 1)
    -= a peet post =-

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width