如何让文件自主打开(50分)

  • 主题发起人 主题发起人 zilo
  • 开始时间 开始时间
Z

zilo

Unregistered / Unconfirmed
GUEST, unregistred user!
我用 opendialog 选定一个文件(任何类型),
如何才能让它自由打开(类似于windows的自动连接打开程序,
只要双击文件,就用本身固定的应用程序连接打开)
谢谢
 
uses shellapi;
if opendialog.execute then
shellexecute(handle,nil,pchar(opendialog.filename),nil,nil,sw_shownormal);
 
哪位大哥能对 handle 这东西进行通俗的解释
毕竟看书比较模糊
 
后退
顶部