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. The Lounge
  3. When is the last time you used this ?

When is the last time you used this ?

Scheduled Pinned Locked Moved The Lounge
question
15 Posts 11 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 Eytukan

    thing called "Wordpad" in Windows.

    Starting to think people post kid pics in their profiles because that was the last time they were cute - Jeremy.

    J Offline
    J Offline
    Jacquers
    wrote on last edited by
    #5

    The other day when I accidentally opened it instead of Word :laugh:

    1 Reply Last reply
    0
    • E Eytukan

      thing called "Wordpad" in Windows.

      Starting to think people post kid pics in their profiles because that was the last time they were cute - Jeremy.

      G Offline
      G Offline
      glennPattonWork3
      wrote on last edited by
      #6

      This morning, its great for flat ASCII... :)

      1 Reply Last reply
      0
      • E Eytukan

        thing called "Wordpad" in Windows.

        Starting to think people post kid pics in their profiles because that was the last time they were cute - Jeremy.

        K Offline
        K Offline
        kmoorevs
        wrote on last edited by
        #7

        Not that long actually...accidently tried to open a word document on the server. I was surprised that it actually opened with wordpad. Now, notepad I use all the time. :)

        "Go forth into the source" - Neal Morse

        1 Reply Last reply
        0
        • E Eytukan

          thing called "Wordpad" in Windows.

          Starting to think people post kid pics in their profiles because that was the last time they were cute - Jeremy.

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #8

          Wordpad is great for rtf files, which is the same as the formatting in a .net rich text box. (although both only handle a subset of the full rtf spec.) Can cut and paste between them keeping formatting. Learned this when doing a basic report writer for a customer, RTF files are basically a type of meta tagged text file, perfect for building report templates that can be used without the need for interop or similar. Teamed with a virtual pdf printer app produces nice fully formatted reports from non office installed servers and even the most underpowered pcs (i.e. those that choke on office/interop and over-featured report writer libraries.) Few years ago now, but got to the point where I could hand code RTF - including tables & graphics. Interestingly wordpad handles tables in rtf files but has no way to create or structurally alter them - clearly ms purposely hobbled wordpad'ss capabilities [to keep selling word]. Also interesting: create a small doc in wordpad and save it, will be 1 maybe 2 kb (and the source readable). Open and edit that doc with ms word and save as rtf, will become a huge file - totally bloated out and intelligible. Easy fix though: open it in wordpad and save it again cleans out the bloat.

          Sin tack the any key okay

          K 1 Reply Last reply
          0
          • E Eytukan

            thing called "Wordpad" in Windows.

            Starting to think people post kid pics in their profiles because that was the last time they were cute - Jeremy.

            J Online
            J Online
            Jorgen Andersson
            wrote on last edited by
            #9

            Years ago, but I remember that it was much better at opening broken docs than word

            Wrong is evil and must be defeated. - Jeff Ello

            1 Reply Last reply
            0
            • L Lost User

              I use it regularly on customer's Systems which do not have installed Office to document... Document usually means Screen shots of error Messages... And I always wondering how big the wordpad files are :sigh: :laugh:

              D Offline
              D Offline
              dandy72
              wrote on last edited by
              #10

              Found the guy who puts screenshots in .doc files. Well, one of them anyway. At least they're not pictures that have been taken with a camera, then printed, then scanned, then faxed, then embedded as images in a zipped Word document that contains a PowerPoint file.

              1 Reply Last reply
              0
              • E Eytukan

                thing called "Wordpad" in Windows.

                Starting to think people post kid pics in their profiles because that was the last time they were cute - Jeremy.

                D Offline
                D Offline
                David Crow
                wrote on last edited by
                #11

                I use it weekly.

                "One man's wage rise is another man's price increase." - Harold Wilson

                "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

                "You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles

                1 Reply Last reply
                0
                • D dandy72

                  I find it's generally "good enough" to view/edit text that includes formatting, on machines where I haven't installed Office--on those occasions where I actually want to keep said formatting. Otherwise, yeah, Notepad it is...

                  pkfoxP Offline
                  pkfoxP Offline
                  pkfox
                  wrote on last edited by
                  #12

                  Notepad++ is my preferred text editor

                  We can’t stop here, this is bat country - Hunter S Thompson RIP

                  D 1 Reply Last reply
                  0
                  • pkfoxP pkfox

                    Notepad++ is my preferred text editor

                    We can’t stop here, this is bat country - Hunter S Thompson RIP

                    D Offline
                    D Offline
                    dandy72
                    wrote on last edited by
                    #13

                    Sure, I have Notepad++ as well, but it doesn't do even basic RTF (unless you're using some plug-in?)

                    1 Reply Last reply
                    0
                    • E Eytukan

                      thing called "Wordpad" in Windows.

                      Starting to think people post kid pics in their profiles because that was the last time they were cute - Jeremy.

                      G Offline
                      G Offline
                      Graham Cottle
                      wrote on last edited by
                      #14

                      Used it 20 years ago to edit a DLL where someone had hard coded a serial number in an expected response from a signal generator. Changed it to the customer's signal generator and was up and running. Turns out that a few months prior to this, I saw a colleague scrabbling around on various computers looking for some code and this was it. He had encountered the same problem but didn't own up and had left by the time I found the issue.

                      1 Reply Last reply
                      0
                      • L Lost User

                        Wordpad is great for rtf files, which is the same as the formatting in a .net rich text box. (although both only handle a subset of the full rtf spec.) Can cut and paste between them keeping formatting. Learned this when doing a basic report writer for a customer, RTF files are basically a type of meta tagged text file, perfect for building report templates that can be used without the need for interop or similar. Teamed with a virtual pdf printer app produces nice fully formatted reports from non office installed servers and even the most underpowered pcs (i.e. those that choke on office/interop and over-featured report writer libraries.) Few years ago now, but got to the point where I could hand code RTF - including tables & graphics. Interestingly wordpad handles tables in rtf files but has no way to create or structurally alter them - clearly ms purposely hobbled wordpad'ss capabilities [to keep selling word]. Also interesting: create a small doc in wordpad and save it, will be 1 maybe 2 kb (and the source readable). Open and edit that doc with ms word and save as rtf, will become a huge file - totally bloated out and intelligible. Easy fix though: open it in wordpad and save it again cleans out the bloat.

                        Sin tack the any key okay

                        K Offline
                        K Offline
                        kmoorevs
                        wrote on last edited by
                        #15

                        Excellent post! There may be something here I can use! Thanks! :)

                        "Go forth into the source" - Neal Morse

                        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