Sorry, it's OK, I've mulled it over a bit more, and although it doesn't seem to do what it says in the Delphi 6 help file, MediaPlayer1.Lengh does return miliseconds as default, and its easy enough to work it out from there.
Hello, all,
I'm trying to display the time of an audio file in a lable, so I
type
HMSRec = record
Hours: byte;
Minutes: byte;
Seconds: byte;
NotUsed: byte;
end;
...
procedure TForm1.FormCreate(Sender: TObject);
var
TheLength: LongInt;
begin
MediaPlayer1.FileName :=...
I'm attempting to make a small app that browses a forum (not this one) and will record which posts have been seen, allowing an 'unseen posts' functionality. The problem is, when I try to post in the browser (which utilises Delphi 6's TWebBrowser) enter and return do not give carriage returns in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.