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
CherRon McLemore
NA
32
0
FileDialog of C#...
Jul 26 2010 4:46 PM
Hello. I am working on a GUI that will write the contents of a listbox to a text file. After writing the last item, a saveFileDialog pops up. Then you can type in the name of the file and continue to save it to the desired location. My question is how can I access the name of the file I type in to save it to a variable?
Ex. I type in "testerFile" to save as the filename. How do I access that from the dialog textbox to save it to a global string?
Reply
Answers (
5
)
how to delete and update record in database using dataadapter in visual c#
Updating dataGridview when save button is clicked