2
Answers

more on string[] args

Photo of Michael

Michael

19y
2.1k
1
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)

Next Recommended Forum