Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RowanHill

    TMediaPlayer.TimeFormat

    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.
  2. RowanHill

    TMediaPlayer.TimeFormat

    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 :=...
  3. RowanHill

    TWebBrowser carriage return

    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...

Part and Inventory Search

Back
Top