I have make a program with VB6
but when i write like this :
For I =0 to 10
statments
next i
i didn’t write : dim i as integer
so VB give me error message for the reference
so what dll file i need to use for this problem ?
thankyou for your help