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
สรุปโดย 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.
ซอร์สโค้ด
Private Function openfile(file As String) Call ShellExecute(0&, vbNullString, file, vbNullString, vbNullString, vbNormalFocus) End Function '' That's it!.. '' Please Vote..:-)
ความคิดเห็นดั้งเดิม (3)
กู้คืนจาก Wayback Machine