摘要:
一、系统1、打开其它程序、文件: uses ShellAPI; ShellExecute(Application.Handle, nil, PChar(FilePath), nil, nil, SW_SHOWNORMAL);2、浏览某文件或文件夹目录: uses ShellAPI; ShellExecute(Application.Handle, nil, PChar('explorer.exe'),PChar('/e, '+ '/select,' + FilePath), nil, SW_NORMAL);二、其它1、限制只能输入数字proced 阅读全文
posted @ 2012-06-25 14:14
天 火
阅读(359)
评论(0)
推荐(0)