uses shellapi;
shellexecute(handle,nil,'www.csdn.net',nil,nil,sw_shownormal);
这个办法可以开一个超链接那么如下
uses shellapi;
var sky:string;
begin
sky:='c:\';
shellexecute(handle,nil,sky,nil,nil,sw_shownormal);
end;怎么就一直报错??!@!