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
Aleksander Wind
NA
8
415
RichText LoadFile/SaveFile function for normal text
Mar 16 2020 8:33 AM
I know that LoadFile works for RichText, but is there an alternative, if i want to use a simmilar function for normal text?
Thank you in advance
private
void
button Open_Click(
object
sender, EventArgs e)
{
if
(openFileDialogNotes.ShowDialog()==DialogResult.OK)
{
textBoxMain.LoadFile(openFileDialogNotes.FileName);
}
}
P.S. is there an alternative for the SaveFile funtion too?
Reply
Answers (
2
)
Clicking on a text box
How to change dd/mm/yyyy date formate of excel to dd-mm-yyyy