这是一套activex接口,
也就是ms的agent,你可以到microsoft网站去找,
具体的调用比较简单!
导出类型库你就能看到基本的方法!:)

解决方案 »

  1.   

    agent,可以参考一下Delphi Com深入编程这本书(好像是这个名字,反正差不多),里边有实现方法
      

  2.   

    使用AGENT,或者桌面绘图,参考:http://www.csdn.net/expert/topic/493/493669.shtm
      

  3.   

    在delphi中注册Agent控件!
    var
      rcApp, rcWork: TRect;
    begin
    MyAgent.Characters.Load('peedy','f:\SAEKO.ACS');  peedy:=MyAgent.Characters.Character('Peedy');
    Peedy.Show(0);  peedy.Height:=100; peedy.Width:=100; peedy.Left:=0; peedy.Top:=0;
    peedy.MoveTo(GetSystemMetrics(SM_CXSCREEN)-100,GetSystemMetrics(SM_CYSCREEN)-100,0);
    Peedy.Speak('亲爱的,我来帮你了。!','');
    peedy.Play('Alert');
    end; 
      

  4.   

    http://go.163.com/xnzhwj有好控件!