tmediaplay的拖放功能的实现(在线等待)(300分)

  • 主题发起人 主题发起人 the_lover
  • 开始时间 开始时间
T

the_lover

Unregistered / Unconfirmed
GUEST, unregistred user!
怎样实现Tmediaplay的拖放功能。
 
改变Position属性就可以了
把Trackbar的Position映射成MediaPlayer的Position
 
是文件的拖并播放
WM_DROPFILES
Sent when the user drops a file on the window of an application that has
registered itself as a recipient of dropped files.

进度条的话
TrackLength
Position property (TMediaPlayer)
 
进度条 还是用个ProgressBar1比较好~~
ProgressBar1.max:=mediaplayer1.length;
再利用比例求得mediaplayer加1,progressbar该加多少
再在progressbar的鼠标事件中写拖放的
 
也许是文件本身的问题,
比如有些ASF文件是不能拖动的需要一些修复软件进行修复。
 
多人接受答案了。
 
后退
顶部