2
Answers

more on string[] args

Michael

Michael

19y
1.9k
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