Ver Mensaje Individual
  #4  
Antiguo 19-02-2008
Avatar de cHackAll
[cHackAll] cHackAll is offline
Baneado?
 
Registrado: oct 2006
Posts: 2.159
Reputación: 20
cHackAll Va por buen camino
Código Delphi [-]
uses MMSystem;
 
procedure TForm1.Button1Click(Sender: TObject);
begin
 mciExecute(PChar('play '+Edit1.Text));
end;

PD: yo tampoco dengo el Delphi a la mano... pero si al Club
Responder Con Cita