Advertisement
ASP_Volume3 Windows API Call/ Explanation #49421

Execute another Program/File with one line of code.

This code executes another file/program from within your Delphi application. Can be quite handy!

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.

ซอร์สโค้ด
original-source
Uses ShellAPI (Put this into your Uses Section!)
Put this into a button etc...
ShellExecute(0,nil,'C:\WINDOWS\CALC.EXE',nil,nil,1);
ความคิดเห็นดั้งเดิม (3)
กู้คืนจาก Wayback Machine