Kod: Tümünü seç
procedure Tfrmana.MuzikCal;
var a:pchar;
begin
a:=pchar(ExtractFilePath(Application.ExeName)+'Beeth5th.wav');
try
PlaySound(a, 0, SND_FILENAME + SND_ASYNC);
except
end;
end;
Kod: Tümünü seç
procedure Tfrmana.MuzikCal;
var a:pchar;
begin
a:=pchar(ExtractFilePath(Application.ExeName)+'Beeth5th.wav');
try
PlaySound(a, 0, SND_FILENAME + SND_ASYNC);
except
end;
end;
Kod: Tümünü seç
PlaySound(nil, 0, 0);