2
Reply

more on string[] args

Michael

Michael

Aug 22 2005 4:51 AM
1.9k
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