|
Posted by Elie IMAD on May 28, 2005
In Reply to: Re: create a TEdit code posted by Joey p12386
on May 28, 2005 i did the following: procedure TForm1.Button1Click(Sender: TObject);
begin
ShellExecute(Handle, 'open', PChar('htp://www.festra.com/'), nil, nil, SW_SHOW);
end;
i have an error on ShellExecute Related Articles and Replies
|
|