Hi there,
I am Embeza from ethiopia,Mekele
Here i got a problem!
It says " file path not found"
while i was working on vb 6.0 in my lab on files
the following was my code and can you fix plz
Option Explicit
Dim var as string
Dim inputFile as string
Dim outputFile as string
Dim x as integer
Private Sub cmdReadfromFile_click()
Open inputFile For input as #x
x=freeFile()
While not eof(x)
input #x,var
Wend
label1.caption=var
Close #x
End sub
while not eof(1)