Michael

Michael

  • NA
  • 7
  • 0

more on string[] args

Aug 22 2005 4:51 AM
Now I want to save when I exit my application. Read my previous post.

Where would I put the following code:

if (args.Length > 0)

{

richedit.SaveFile(args[0], RichTextBoxStreamType.PlainText);

}

Also, I can't see to declear args anywhere.


Answers (2)