Results 1 to 5 of 5

Thread: Is it possible to send a fax using VB.Net?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2003
    Posts
    21

    Is it possible to send a fax using VB.Net?

    Hi,

    Does anyone know if it is possible to send a fax document from VB.Net?

    If it's possible, how is it done?


    Thanks for any help,
    Liam.

  2. #2
    PowerPoster
    Join Date
    Jan 2001
    Location
    Florida
    Posts
    3,216
    I would like to know as well.

  3. #3
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373
    windows XP (and possibly prior versions) have faxing built in that you can automate

    requires it to be installed though (which needs the XP CD) so I guess its usablity would depend on if this is an internal office app, or an app you will be distributing

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Mar 2003
    Posts
    21
    Thanks Matt,

    The requirement to do this went away, but I'll keep your reply on file for the next time it comes up.

    Thanks again,
    Liam.

  5. #5
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373
    i wrote a fax program in VB6 that semi automates a program called FaxTalk Messenger Pro and Word because I was sick of getting up to fax people stuff all the time. the fax app installs itself like a printer (i think MS fax does this as well) so I automate word to open the doc file and change the printer to the fax driver, and then print the doc. This sends it to the fax program and faxes it to the customer.

    Reason I say its semi automated is because I still have to put in the customers phone number/name because you cant pass those values to the fax program. MS fax program might allow for that since they are all about automation

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