青
青山侠客
Unregistered / Unconfirmed
GUEST, unregistred user!
请问以下语句为什么不能执行:
procedure TForm1.Button1Click(Sender: TObject);
begin
shellExecute(handle,nil,pchar('http://home.microsoft.com')nil,nil,SW_shownormal);
end;
procedure TForm1.Button1Click(Sender: TObject);
begin
shellExecute(handle,nil,pchar('http://home.microsoft.com')nil,nil,SW_shownormal);
end;