标题:shellListView 问题
只看楼主
cctv19880108
Rank: 1
等 级:新手上路
帖 子:9
专家分:0
注 册:2007-7-22
 问题点数:0 回复次数:1 
shellListView 问题
ShellListView,双击图标不能运行,右键就可以打开,怎
么解决呢??
2007-08-01 20:05
anthony634
Rank: 6Rank: 6
来 自:西南交大
等 级:贵宾
威 望:24
帖 子:653
专家分:10
注 册:2006-6-8
得分:0 

procedure TForm1.ShellListView1DblClick(Sender: TObject);
begin
if ShellListView1.Selected = nil then
begin
Exit;
end;
ShellExecute(0, 'open', PChar(ShellListView1.SelectedFolder.PathName), nil, nil, SW_SHOWNORMAL);
end;

2007-08-08 13:28



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-159743-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.154708 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved