How to interface Fax Software with vb.net?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • VB Newbie

    #1

    How to interface Fax Software with vb.net?

    How can I interface Fax Software (such as Winfax 10.0) with vb.net?
    I want to fax a crystal report with winfax 10.0 by passing the fax number
    and recipient names to winfax. How can I do it?

  • m.posseth

    #2
    Re: How to interface Fax Software with vb.net?

    Hello

    just ad a reference to the winfax TLB and VB.net will generate a proxy
    interface for you
    now in you ide you can use it as anny "normall" object

    regards

    Michel Posseth [MCP]


    "VB Newbie" <VB Newbie@discussi ons.microsoft.c om> schreef in bericht
    news:CB4514AE-A3A9-4E56-8BE7-5CBC4F460106@mi crosoft.com...[color=blue]
    > How can I interface Fax Software (such as Winfax 10.0) with vb.net?
    > I want to fax a crystal report with winfax 10.0 by passing the fax number
    > and recipient names to winfax. How can I do it?
    >[/color]


    Comment

    • BrianDH

      #3
      RE: How to interface Fax Software with vb.net?



      "VB Newbie" wrote:
      [color=blue]
      > How can I interface Fax Software (such as Winfax 10.0) with vb.net?
      > I want to fax a crystal report with winfax 10.0 by passing the fax number
      > and recipient names to winfax. How can I do it?
      >[/color]

      Comment

      Working...