Support Forums

Full Version: [Tut/Source]Read/Write In File.txt[VB.NET]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
[Tut/Source]Read/Write In File.txt[VB.NET]


ScreenShot :
[Image: 34575547.gif]

The Code ( Try To Write a little ) :
[Image: rgbvhtrhyj.jpg]
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 Big Grin I know what you did, it wasn't hard Tongue

- Thanks Big Grin
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.
Pages: 1 2