CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 1999
    Posts
    4

    how to send fax through vb



    I am trying to send fax through mine VB application . Though I have been able to establish connection to the fax through modem I am unable to print out the data. Could you please help me out in finishing off this application .


    Also If I want to send fax through Internet how would I do so.

    Please help.


    Thanks


    Subhojit

  2. #2
    Join Date
    May 1999
    Posts
    3

    Re: how to send fax through vb

    Did you ever figure out how to accomplish faxing through VB? Not that I can help, but I am trying to do the same. Any help would be appreciated. I don't know where to begin!

    Tim

    Tim

  3. #3
    Join Date
    Apr 1999
    Location
    Brooklyn, NY USA
    Posts
    171

    Re: how to send fax through vb

    I started to work on faxing through VB 1 year ago. Maybe requirerment of my customer is too high, but so far I didn't finish for 100%.
    I worked with FaxMan OCX, with FaxPlus2 OCX. Both controls could not satisfy me. I switched to Symantec WinFax program, wich support COM technology (Symantec provides SDK for WinFax, which you can download from its WEB site). Using WinFax Object Library you can do everything from VB application - send fax automaticaly to several receipients, receive, update your data depending to whom you sent and when and so on. But you need to spend some time to realize how to do it. Read WinFax SDK (It's pretty big). I don't know unfortunatly the simple way to do faxing.
    Vlad


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured