[Tut/Source]Read/Write In File.txt[VB.NET]
ScreenShot :
The Code ( Try To Write a little ) :
Good tutorial for begginers ..
Seems like a pointless way to read/write all the text when you could simply use:
Code:
My.Computer.FileSystem.ReadAllText("path")
My.Computer.FileSystem.WriteAllText("path", "text", True)
I know StreamReader/Writer has its usues.. but in this case, it is more practical to use ReadAllText/WriteAllText
nice tut bro, thanks for sharing
Very good tutorial
I know what you did, it wasn't hard
- Thanks
love it so much and will be using!!
This is kind of simple, maybe if you used a different method instead of openfiledialog, if there is one.
Hmm this wasn't as easy as I thought but thank you for the share and keep up the great work.
Really east tutorial, to follow through.
Good job.
This looks good i may use this to.