Quantcast
Channel: VB.Net & Delphi
Viewing all articles
Browse latest Browse all 9

VB.Net & Delphi

$
0
0

Just to add to my response, below is a simple example of how to open the file for read access using the StreamReader Class:

Dim fs As New FileStream(fileName, FileMode.Open, FileAccess.Read, FileShare.ReadWrite)
Dim sr As New StreamReader(fs)


Paul ~~~~ Microsoft MVP (Visual Basic)


Viewing all articles
Browse latest Browse all 9

Trending Articles