Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
more on string[] args
Michael
19y
1.9k
1
Reply
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.
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
string[]args
windows startup?