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.
Would like to open with notepad or possibly a right click "open with..." menu.Code:ShellExecute 0&, vbNullString, arrayfullpath(mn), vbNullString, vbNullString, 1
Thanks, I appreciate any help!




Reply With Quote