Re: create a TEdit code

Posted by Elie IMAD on May 28, 2005

In Reply to: Re: create a TEdit code posted by Joey p12386 on May 28, 2005

: Hiya, try this:

: var
: myEdit: TEdit;
: begin
: myEdit := TEdit.Create;
: myEdit.Visible := True; { i think there created in-visible }
: { after here just play with it as normal }
: end;

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
Undeclared Identifier
so????

Related Articles and Replies

Reply

Name:
Password:

Subject:

Comments: