T
tk0171
Unregistered / Unconfirmed
GUEST, unregistred user!
Shellexecute(Handle,'open','http://www.etherl.com',nil,nil,SW_SHOW);
这段代码在程序能运行,可是在下面这样就不行了什么原因?
filename:='http://www.etherl.com';
s:=filename;
p:=pchar(s);
shellExcute(Handle,'open',p,nil,nil,SW_SHOW);
这段代码在程序能运行,可是在下面这样就不行了什么原因?
filename:='http://www.etherl.com';
s:=filename;
p:=pchar(s);
shellExcute(Handle,'open',p,nil,nil,SW_SHOW);