Results 1 to 3 of 3

Thread: Open file with a specific application (Resolved)

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2004
    Posts
    28

    Open file with a specific application (Resolved)

    Currently I use ShellExecute to open files, which only works if the file extension is known by windows.

    Problem: When the file extension is unknown I still want the file to be opened.

    Code:
    ShellExecute 0&, vbNullString, arrayfullpath(mn), vbNullString, vbNullString, 1
    Would like to open with notepad or possibly a right click "open with..." menu.


    Thanks, I appreciate any help!
    Last edited by kevininpsu; Jul 8th, 2004 at 03:18 PM.

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