Error moving from VB4 to VB6
Error moving from VB4 to VB6
(OP)
I get a run time error '53', file not found: kernel, hit debug and highlights the code below:
StrLen% = GetPrivateProfileString("AddFile", Str$(i%), _
"none", DtaFile$, iSize%, "vrs.ini")
Any ideas on why I get this error. Thanks in advance.
StrLen% = GetPrivateProfileString("AddFile", Str$(i%), _
"none", DtaFile$, iSize%, "vrs.ini")
Any ideas on why I get this error. Thanks in advance.