How to make slidebar or controll bar? Vlc Delphi 6

This forum is about all development around libVLC.
janton
Blank Cone
Blank Cone
Posts: 10
Joined: 18 Feb 2009 20:07

How to make slidebar or controll bar? Vlc Delphi 6

Postby janton » 18 Feb 2009 20:28

Hello Hello,

I'm really a new with delphi, i'm lucky my dad can help me out her and there..

I got the ActiveX working (http://wiki.videolan.org/ActiveX/Delphi)
Now when compile, when i open the .exe there is no timebar or buttons.. (movie works fine)
after reading a will i noticed i have to make this my self...

Is there a toturial of some kind.
How can i make the slidebar/timebar.. ?

(
found this in the forum, about trackbar:
Components to use

Code: Select all
slider: TTrackBar;
timer1: TTimer;


On Timer event:

Code: Select all
slider.Max := vlc.Length;
...
slider.Position := vlc.Time;
)



Does anywhone have a example so i can look in it.

I have Delphi 6 and working with Vlc 0.8.6c + Acitvex

Thx

Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 21 guests