最好是DELPHI的,或者VB也成。
谢谢。

解决方案 »

  1.   

    呵呵,TMediaPlayer编程的例子么?网上不知道有没,你搜索一下吧。我手头上倒是有。可以播放.avi,.wav,.mid等。
      

  2.   

    buttonclick1()
    begin
    mediaplayer1.filename:='c:\12.wav';
    mediaplayer1.open;
    mediaplayer1.play;
    button1.caption:=timetostr(time());
    end;
    procedure TForm1.MediaPlayer1Notify(Sender: TObject);
    begin
    button1.caption:=timetostr(time());
    end;
    两个时间相减
    或者
    用mediaplayer打开wav文件
    时间长度:mediaplayer1.length  单位/毫秒
      

  3.   

    我这里有个比较简单的应用例子,把你的E-Mail给我
      

  4.   

    老兄!我们算是同志了!
    http://expert.csdn.net/Expert/topic/1370/1370287.xml?temp=.6951715
    你也想这方面的编程吗?
      

  5.   

    在delphi中就有,还行,很好用