Open File With Default Editor or Program
This 1 line of code will Open any file with their correct default program. EX: opens .Doc file with winword and .Zip file with WinZip..Or any file with their default program..
AI
Shrnutí AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
Zdrojový kód
Private Function openfile(file As String) Call ShellExecute(0&, vbNullString, file, vbNullString, vbNullString, vbNormalFocus) End Function '' That's it!.. '' Please Vote..:-)
Původní komentáře (3)
Obnoveno z Wayback Machine