Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.55K
1 Posted Topic
Re: Hello there I have a problem with the following code: Public Class Form1 Private myFile() As String = IO.File.ReadAllLines("C:\!vb.net\temp.txt") '// load file. Private lineNumber As Integer = 0 '// keep track of which line to display. Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Timer1.Interval = … |
The End.