TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Michael
NA
7
0
more on string[] args
Aug 22 2005 4:51 AM
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.
Reply
Answers (
2
)
string[]args
windows startup?