Search found 1 match

Go to advanced search

by johannes3154
03 Oct 2009 20:57
Forum: Development around libVLC
Topic: VLC ActiveX Trackbar Problem
Replies: 1
Views: 1115

VLC ActiveX Trackbar Problem

Hello everyone, i just coded a streamingclient an everything works well, except of this seekbar. procedure TfrmVLCmain.TrackBar1Change(Sender: TObject); begin bar.Enabled:=false; //vlcplugin21.playlist.togglePause; vlcplugin21.input.Time:=trackbar1.Position; label1.Caption:=inttostr(TrackBar1.Positi...

Go to advanced search