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. file in c#

file in c#

Scheduled Pinned Locked Moved C#
csharpcryptography
6 Posts 5 Posters 2 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.
  • M Offline
    M Offline
    maheshwari vetri
    wrote on last edited by
    #1

    MessageBox.Show("Hash Password in Binary String\n" + hashBinStr + "\nLength : " + hashBinStr.Length);

    i want this content displayed by this msg box to be saved in a file , given the file name and folder name

    J L 2 Replies Last reply
    0
    • M maheshwari vetri

      MessageBox.Show("Hash Password in Binary String\n" + hashBinStr + "\nLength : " + hashBinStr.Length);

      i want this content displayed by this msg box to be saved in a file , given the file name and folder name

      J Offline
      J Offline
      J4amieC
      wrote on last edited by
      #2

      maheshwari.vetri wrote:

      i want this content displayed by this msg box to be saved in a file , given the file name and folder name

      Thanks for sharing, now did you have a question?

      1 Reply Last reply
      0
      • M maheshwari vetri

        MessageBox.Show("Hash Password in Binary String\n" + hashBinStr + "\nLength : " + hashBinStr.Length);

        i want this content displayed by this msg box to be saved in a file , given the file name and folder name

        L Offline
        L Offline
        Luc Pattyn
        wrote on last edited by
        #3

        I have two pieces of advice for you: 1. I would suggest you select, buy and study an introductory book on C#. You have been asking a number of pretty elementary questions lately, reading a book would teach you much more in a shorter time. Visit a book store (if none around, look at Amazon), and get to it. 2. Learn to help yourself, use Google and MSDN. Operations on files are most likely handled by the File class. Maybe WriteAllText() is your friend. Look them up, read about it, and try. :)

        Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum

        Please use <PRE> tags for code snippets, and update CP Vanity to V2.0 if you haven't already.

        D M 2 Replies Last reply
        0
        • L Luc Pattyn

          I have two pieces of advice for you: 1. I would suggest you select, buy and study an introductory book on C#. You have been asking a number of pretty elementary questions lately, reading a book would teach you much more in a shorter time. Visit a book store (if none around, look at Amazon), and get to it. 2. Learn to help yourself, use Google and MSDN. Operations on files are most likely handled by the File class. Maybe WriteAllText() is your friend. Look them up, read about it, and try. :)

          Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum

          Please use <PRE> tags for code snippets, and update CP Vanity to V2.0 if you haven't already.

          D Offline
          D Offline
          Dalek Dave
          wrote on last edited by
          #4

          Good advice.

          ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC League Table Link CCC Link[^]

          L 1 Reply Last reply
          0
          • D Dalek Dave

            Good advice.

            ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC League Table Link CCC Link[^]

            L Offline
            L Offline
            Luc Pattyn
            wrote on last edited by
            #5

            I second that. :thumbsup:

            Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum

            Please use <PRE> tags for code snippets, and update CP Vanity to V2.0 if you haven't already.

            1 Reply Last reply
            0
            • L Luc Pattyn

              I have two pieces of advice for you: 1. I would suggest you select, buy and study an introductory book on C#. You have been asking a number of pretty elementary questions lately, reading a book would teach you much more in a shorter time. Visit a book store (if none around, look at Amazon), and get to it. 2. Learn to help yourself, use Google and MSDN. Operations on files are most likely handled by the File class. Maybe WriteAllText() is your friend. Look them up, read about it, and try. :)

              Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum

              Please use <PRE> tags for code snippets, and update CP Vanity to V2.0 if you haven't already.

              M Offline
              M Offline
              Manfred Rudolf Bihy
              wrote on last edited by
              #6

              "And that was good advice, good advice. Good advice costs nothing, and it's worth the price. I sincerely doubt That the world could do without My good advice." Alan Sherman

              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