N
Nikolay Petrov
I have some old VB6 projects, which when converted to VB .NET gave me the
"Name 'VB6' is not declared" error.
Example:
VB6.CopyArray(arrSessionInfo)
what is that VB6? how should I declare it?
"Name 'VB6' is not declared" error.
Example:
VB6.CopyArray(arrSessionInfo)
what is that VB6? how should I declare it?