用调制调解器发送,另一方用传真机接收是吧,有一组控件(我有)可以完成,功能很强大的,正版要200$,需要可和我联系[email protected]

解决方案 »

  1.   

    我以前开发过此类软件,最省事的办法是安装一套可截获打印驱动的传真软件
    麻烦一点可以用MAPI做,最彻底的办法当然是TAPI,不过俺也没做过
      

  2.   

    我的意思正是alin兄所说的。类似于一个传真软件。
      

  3.   

    获 得 了 〈Delphi Informant〉 杂 志 1997 年 度 " 读 者 首 选 奖 " 的 APRO 以 超 过 一 年 的 Delphi 通 讯 程 序 组 件 开 发 经 验 强 力 向 您 推 出 功 能 最 强 的 通 讯 工 具 库 . 现 在 , 最 新 的 2.1 版 又 增 加 了 对 FAX 和 WINSOCK,TCP/IP 的 支 持 . APRO 的 所 有 代 码 都 进 行 了 最 大 的 优 化 , 确 保 它 能 在 WIN3.X&WIN95&WINNT 下 都 能 高 效 地 运 行 , 强 大 的 " 事 件 驱 动 " 结 构 体 系 使 它 即 使 进 行 后 台 文 件 传 输 或 后 台 FAX 也 同 样 能 达 到 应 有 的 最 高 速 度 . 使 用 它 你 能 够 快 速 地 写 出 简 洁 优 美 , 令 你 自 豪 的 应 用 程 序 :D APRO 支 持 COMM.DRV, 其 他 专 用 驱 动 程 序 和 DOS Fossil. 你 还 可 以 得 到 我 们 为 您 提 供 的 包 括 了 超 过 100 种 MODEM 的 配 置 数 据 库 . 使 用 APRO 强 大 的 TAPI 例 程 , 你 也 可 以 调 出 WIN95 所 有 内 置 支 持 的 MODEM 列 表 , 你 的 客 户 将 因 此 发 现 原 来 配 置 MODEM 如 此 简 单 易 行 . APRO 支 持 Zmodem ( 支 持 断 点 续 传 和 块 传 输 ( 本 人 注 : 大 概 就 是 非 Stream, 类 似 1K-Window,2K-Window 之 类 的 Zmodem 协 议 吧 $-) )),Y/Xmodem,Kermit,CIS B+, ASCII 等 多 种 传 输 协 议 . 支 持 ANSI,VT52,VT100 终 端 模 式 , 终 端 屏 幕 支 持 滚 动 条 和 CAPTURE. 使 用 APRO, 将 PCX,TIF,BMP 或 TXT 文 本 转 化 为 FAX 格 式 将 不 再 是 难 题 . 无 论 是 收 还 是 发 , 无 论 你 用 的 是 class 1,class 2 或 者 class 2.0 的 传 真 调 制 解 调 器 , 你 都 会 得 到 APRO 完 全 的 支 持 . 你 甚 至 拥 有 一 个 可 以 自 由 发 布 的 打 印 驱 动 程 序 , 它 使 你 的 用 户 使 用 你 的 程 序 就 象 在 使 用 一 台 打 印 机 ! 象 所 有 的 TurboPower 产 品 一 样 ,APRO 也 提 供 全 部 源 代 码 (Delphi), 在 线 帮 助 和 完 整 的 文 档 , 正 式 授 权 书 以 及 60 天 试 用 不 满 意 退 款 的 承 诺 . 
    试 用 版 在 这 里 : http://www.turbopower.com 
    价 格 : $199 
      

  4.   

    Dear alin:
        看了这个报告,我知道它的功能肯定很强大,不过我现在需要的只是发传真的功能,它功能太强了,我怕接受不了。不知你有没有这类的免费控件的资料或信息,
      

  5.   

    32位DELPHI历险上好像有(我好像见过)
      

  6.   

    to all:
    能否给出再具体点的信息呢?
      

  7.   

    http://www.torry.ru/中的VCL栏目中的Communications中有几个FAX的控件
      

  8.   


    不不用控件。直接用网络传真软件。(很多如BitFax)
    网络传真软件不需要传真机,只要能上网,会把自己虚拟成一个打印机。
    任何软件如word只要往这个打印机上打印,就可以弹出一个窗口让你输入对方
    传真号码,然后传真出去。许多需要在软件中直接传真的项目都是如此做的。简单方便。
      

  9.   

    这个帖子是我刚来CSDN时看到的,现在感到特别亲切,可惜我做的都是通过传真接口卡实现的。
    下面这段说明摘自Platform SDK的文档,不知你是否研究过?Fax Service Client Application Programming Interface
    -----------------------------------------------------
    The Fax Service Client application programming interface (API) allows you to incorporate basic fax functionality for users in client applications. This technology is available on computers that are running Microsoft® Windows® 2000 and later. The API includes both Win32® functions and an implementation of COM dual interfaces.The first part of this overview outlines the tasks an application can perform using the Fax Service Client API, and the components you need to support its functionality. It also describes in detail the security features the fax service provides. Finally, it provides a brief discussion about fax ports, fax transmissions, cover pages, and fax routing methods. The second section addresses differences between fax client applications that run in the Win32 environment and those that run in the COM implementation environment. It also discusses the fax service client functions, the COM dual interfaces, and the following related programming tasks: Connecting to a fax server 
    Fax server configuration management 
    Fax device management 
    Managing fax routing data 
    Transmitting faxes 
    Managing fax jobs 
    Freeing fax resources 
    Disconnecting from a fax server 
    For more information, see Fax Client API Programming Tasks. You should be familiar with the Telephony Application Programming Interface (TAPI) Programmer's Reference and the Microsoft Telephony Service Provider (TSPI) Programmer's Reference before you read this overview. If you plan to use the fax client COM implementation, you should also be familiar with COM (the Component Object Model) and Automation programming concepts.