Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2003.07.10;
Скачать: CL | DM;

Вниз

FileListBox + problema=?   Найти похожие ветки 

 
spogi   (2003-03-23 01:44) [0]

znacit ne bolshaya problema...
sozdal ya Pleyer, 2 raza kliknyu na FileListBox"e i nacinaetsya proigrivatel MediaPleyer, a teper nujna poymat okonchaniyu i pereyti na sleduyushuyu pesnyu...


 
spogi   (2003-03-25 00:09) [1]

a pocemu, nikto daje ne vstrechal takogo?


 
Kair ©   (2003-03-25 07:29) [2]

Можно и в таймере:
if MediaPlayer1.Position=MediaPlayer1.Length then ...
А может и ещё как-то можно.
PS: А что такое FileListBox?


 
Intell ©   (2003-03-25 07:37) [3]

procedure TForm1.MediaPlayer1Notify(Sender: TObject);
begin
with MediaPlayer1 do
if NotifyValue = nvSuccessful then
begin
filelistbox1.Itemindex:=filelistbox1.Itemindex+1;
MediaPlayer1.filename:=directorylistbox1.directory +filelistbox1.Items[filelistbox1.ItemIndex];
Play;
end;
end;

Дальше работай сам, помоему проще некуда. Может код глючить, т.к. набирал по памяти. В целом - посмотри, как этого можно достичь.



Страницы: 1 вся ветка

Текущий архив: 2003.07.10;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.017 c
3-31099
Алексей К
2003-06-17 12:42
2003.07.10
Field type


3-31117
Брат
2003-06-17 17:00
2003.07.10
Вставка картинки в db-файл


14-31461
rosl
2003-06-24 06:02
2003.07.10
ini


3-31124
AlexGreG
2003-06-18 08:27
2003.07.10
... Ах, какие деревья ! ...


3-31081
gsv_
2003-06-16 09:29
2003.07.10
ADO MDAC и др. Deploying database applications