Friday 17 January 2014

Visual Basic How-To

1. How to read a file
 
Dim fileReader As String
fileReader = My.Computer.FileSystem.ReadAllText("C:\test.txt")
MsgBox(fileReader)
 
2.  

No comments:

Post a Comment