hiiiiiiiiiiii
how to read a file in vb???

Recommended Answers

All 2 Replies

In vb2005 and vb2008:
Dim myText As String = My.Computer.FileSystem.ReadAllText(path & "test.txt")

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.