file in c#
-
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
-
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
-
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
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. MaybeWriteAllText()
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.
-
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. MaybeWriteAllText()
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.
-
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.
-
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. MaybeWriteAllText()
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.
"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