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.
if
(args.Length > 0){
richedit.SaveFile(args[0],
RichTextBoxStreamType.PlainText);}
Also, I can't see to declear args anywhere.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
MichaelPosted Aug 24, 2005, 1:53 AM
Anyhelp please
MichaelPosted Aug 22, 2005, 3:16 PM
string[] args.