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
iscl0387
NA
4
0
Any one know how to open text file ?
Feb 21 2004 12:11 PM
I have this codes in my form: private void Open_Click(object sender, System.EventArgs e) { OpenFileDialog openFileDialog=new OpenFileDialog(); openFileDialog.Filter="Text(*.txt)|*.txt|Doc(*.doc)|*.doc " ; openFileDialog.ShowDialog(); } But this only reveal the open file dialog, when my menu item called Open is clicked.. How do I actually make the content of the selected file goes into one of my control, which is a RichTextBox.. I am just a beginner in C#, migrating from Java. Thanks
Reply
Answers (
1
)
how to validate a numeric field?
Opening mp3 or any audio file into windows..