README.TXT
上传用户:rftzhifu
上传日期:2007-07-05
资源大小:18k
文件大小:1k
源码类别:

TAPI编程

开发平台:

Delphi

  1. EDDIAL.PAS
  2. ==========
  3. Version 1.00
  4. EdDial is a simple VC for Borland Delphi 2.0 which dial a phone
  5. number, using the TAPI Dialer from Win'95
  6. USAGE
  7. =====
  8. To specify a name in the call list, attach a event to 'BeforeDial'
  9. like this:
  10. procedure TForm1.EditAndDial1BeforeDial(Sender: TObject; var CalledParty: string);
  11. begin
  12.   CalledParty:='John';
  13. end;
  14. LEGALITIES
  15. ==========
  16. This component is totally free (along with source code).
  17. If you find it useful then I would appreciate any of the following:
  18.   -  Comments, Suggestions, Bug finds etc.
  19.   -  If you improve the component, please send me a copy of the changes.
  20. Just send me some E-mail and I'll put you on my mailing list.
  21.  
  22. -----------------------------------------------------------------------------------
  23. Best Regards
  24. Olivier DEVUE
  25. BELGIUM
  26. 19/3/96
  27. E-mail:  olidev@msn.com