running applications from delphitm: using shellexecute (part 1)
【程序编程相关:QQ聊天记录器演示程序(一)】level: newbie-hacker 【推荐阅读:QQ聊天记录器演示程序(二)】 【扩展信息:Delphi单元文件详解】author: the bakerdate: 2002-04-19
running or opening external programs or files, from delphitm applications, is often a necessary requirement. this article covers the shellexecute windows api function, revealing techniques for running external applications from your delphi applications.
running applications from delphi
there are a number of reasons why you might be interested in running external applications from your delphi application. often programs are segmented into a number of logical divisions to represent different components of a larger system. some sub-system components might include:
main application
setup/installer application
system application (specifying system wide options)
application server application
... 下一页