uses FileCtrl;
var
szPath: string;
if SelectDirectory('选择您QQ安装路径的Bin目录:','',szPath) then
Edit1.Text := szPath;
uses FileCtrl;
var
szPath: string;
if SelectDirectory('选择您QQ安装路径的Bin目录:','',szPath) then
Edit1.Text := szPath;
Delphi查找进程代码 (2011-8-9 9:59:3)
Delphi字符串截取函数LeftStr,MidStr,RightStr的用法 (2011-8-8 23:14:7)
Delphi中“Variable 'Res' might not have been initialized”的解决方法 (2010-1-27 10:37:42)
Delphi结束进程模块代码 (2010-1-6 11:31:58)
Delphi轻松获取系统进程名称和进程ID (2009-11-12 15:54:18)
Delphi编程基础学习系列—获取Windows系统目录 (2009-11-12 11:8:28)
Delphi编程基础学习系列—创建与删除文件夹 (2009-11-12 11:2:40)
Delphi编程基础学习系列—常用组件的属性(三)之消息框与输入框 (2009-11-10 15:36:11)
Delphi初学者也来编写IE弹窗插件 (2009-11-9 11:1:13)
Delphi编程基础学习系列—常用组件的属性(二) (2009-11-9 10:43:32)
Delphi编程基础学习系列—常用组件的属性(一)按钮和文本组件 (2009-11-9 9:54:57)
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。