Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. how to fax a txt file?

how to fax a txt file?

Scheduled Pinned Locked Moved C#
questioncsharpjavahelptutorial
7 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    Eddymvp
    wrote on last edited by
    #1

    Hi, I'm a intermediate java programmer and i just started learning C#.I would like to write an application that takes a txt file and send it to a fax machine. What is the best way I can do this? Thanks in advance ,any help would be gladly appreciated

    J C 2 Replies Last reply
    0
    • E Eddymvp

      Hi, I'm a intermediate java programmer and i just started learning C#.I would like to write an application that takes a txt file and send it to a fax machine. What is the best way I can do this? Thanks in advance ,any help would be gladly appreciated

      J Offline
      J Offline
      Judah Gabriel Himango
      wrote on last edited by
      #2

      wrote:

      I'm a intermediate java programmer and i just started learning C#

      As a former Java developer myself, welcome to the wonderful world of C#. :) Regarding your question, have you looked at any of the articles on this site? This article[^], for example, talks about how to fax an image. It shouldn't be too hard to figure out from there. Also note that all file-related APIs are nice and organized in System.IO namespace (a "namespace" is like Java's "package"). For example, to read all text from a file, you can simply go System.IO.File.ReadAllText("theFile.txt");

      Tech, life, family, faith: Give me a visit. I'm currently blogging about: Check out this cutie The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

      E 2 Replies Last reply
      0
      • J Judah Gabriel Himango

        wrote:

        I'm a intermediate java programmer and i just started learning C#

        As a former Java developer myself, welcome to the wonderful world of C#. :) Regarding your question, have you looked at any of the articles on this site? This article[^], for example, talks about how to fax an image. It shouldn't be too hard to figure out from there. Also note that all file-related APIs are nice and organized in System.IO namespace (a "namespace" is like Java's "package"). For example, to read all text from a file, you can simply go System.IO.File.ReadAllText("theFile.txt");

        Tech, life, family, faith: Give me a visit. I'm currently blogging about: Check out this cutie The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

        E Offline
        E Offline
        Eddymvp
        wrote on last edited by
        #3

        thanks for the quick reply Judah, I will take a look into that article.

        1 Reply Last reply
        0
        • E Eddymvp

          Hi, I'm a intermediate java programmer and i just started learning C#.I would like to write an application that takes a txt file and send it to a fax machine. What is the best way I can do this? Thanks in advance ,any help would be gladly appreciated

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          GEt a driver that faxes printed documents, and send it to the printer.

          Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert

          1 Reply Last reply
          0
          • J Judah Gabriel Himango

            wrote:

            I'm a intermediate java programmer and i just started learning C#

            As a former Java developer myself, welcome to the wonderful world of C#. :) Regarding your question, have you looked at any of the articles on this site? This article[^], for example, talks about how to fax an image. It shouldn't be too hard to figure out from there. Also note that all file-related APIs are nice and organized in System.IO namespace (a "namespace" is like Java's "package"). For example, to read all text from a file, you can simply go System.IO.File.ReadAllText("theFile.txt");

            Tech, life, family, faith: Give me a visit. I'm currently blogging about: Check out this cutie The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

            E Offline
            E Offline
            Eddymvp
            wrote on last edited by
            #5

            I get the following error when I try to send the fax. com object with clsid{d73733c8-cc80-11d0-b225-00c04fb6c2f5} is either not valid or not registered How do I reference to the faxcom lib?

            J 1 Reply Last reply
            0
            • E Eddymvp

              I get the following error when I try to send the fax. com object with clsid{d73733c8-cc80-11d0-b225-00c04fb6c2f5} is either not valid or not registered How do I reference to the faxcom lib?

              J Offline
              J Offline
              Judah Gabriel Himango
              wrote on last edited by
              #6

              Eddy, sounds like you'll need the FaxCom faxing object installed. (At least, that article uses that component.) Does this post[^] help?

              Tech, life, family, faith: Give me a visit. I'm currently blogging about: Check out this cutie The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

              E 1 Reply Last reply
              0
              • J Judah Gabriel Himango

                Eddy, sounds like you'll need the FaxCom faxing object installed. (At least, that article uses that component.) Does this post[^] help?

                Tech, life, family, faith: Give me a visit. I'm currently blogging about: Check out this cutie The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

                E Offline
                E Offline
                Eddymvp
                wrote on last edited by
                #7

                Thanks a lot Judah you are very helpful.

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups