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. Read text in Word

Read text in Word

Scheduled Pinned Locked Moved C#
help
2 Posts 2 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.
  • A Offline
    A Offline
    Amauw Scritz
    wrote on last edited by
    #1

    Hi ! I want to read the text shown inside a word document to a string variable. The problem is the normal appraoch FileInfo f = new FileInfo(loadedPage); StreamReader s = f.OpenText(); myvar = s.ToString(); which is used to read normal text files will not work with word. Thanx !

    U 1 Reply Last reply
    0
    • A Amauw Scritz

      Hi ! I want to read the text shown inside a word document to a string variable. The problem is the normal appraoch FileInfo f = new FileInfo(loadedPage); StreamReader s = f.OpenText(); myvar = s.ToString(); which is used to read normal text files will not work with word. Thanx !

      U Offline
      U Offline
      User 2126113
      wrote on last edited by
      #2

      :rolleyes:Sorry to disappoint you but a word document contains format codes. Open it up using note pad and a you will understand. You need to save it as a text file. In addition, if you save word in rtf, you can open it up using the rtf control provided by MS. Hope this helps. Robocop Robocop

      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