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
D W
NA
12
21.5k
Need a Windows application that gets names and e-mail addresses from the user and displays a list of all of the user's contacts
Oct 25 2012 12:29 AM
Write a Windows application that gets names and e-mail addresses from the user and displays a list of all of the user's contacts. Each time the user enters a new contact, he/she should able to see it added to a list of previously stored contacts. For example, in the following sample output below, after the user clicks the "Add Contact" button, the list will include John Mann's contact information at the bottom.
Sample output:
Pseudocode:
When the "Add Contact" button is clicked
Open an output file stream for appending
Write the contact's name and e-mail address to the file
Close the file stream
Clear the list
Open an input file stream for reading
Add each line of the file to the list
Close the file stream
When the form closes Close the input and output file streams
Reply
Answers (
1
)
Need a Windows application that simulates entering a password
how to show image in gridview c#