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 TouchToneTommy 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: *

  • Users: RowanHill
  • Content: Threads
  • Order by date
  1. 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 :=...
  2. 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