Fax application in VB

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tom Hill

    #1

    Fax application in VB

    Is it possible to write a small, simple fax application in VisualBasic 6?
    The application would have to send-only, simple faxes with minimal
    formatting.
    It would also have to work on all Windows platforms, 95 through XP.
    Alternatively, if anyone is aware of an existing VB module that does this,
    I'd like to hear about it.

    Thank-you.


  • Jerry Engle

    #2
    Re: Fax application in VB

    On my computer, the fax is a registered printer. You should be able to issue
    a print command and
    select the fax as the printer.

    "Tom Hill" <TomHill@Sympat ico.ca> wrote in message
    news:AF21c.1272 $JZ6.210021@new s20.bellglobal. com...[color=blue]
    > Is it possible to write a small, simple fax application in VisualBasic 6?
    > The application would have to send-only, simple faxes with minimal
    > formatting.
    > It would also have to work on all Windows platforms, 95 through XP.
    > Alternatively, if anyone is aware of an existing VB module that does this,
    > I'd like to hear about it.
    >
    > Thank-you.
    >
    >[/color]


    Comment

    Working...