S
Stuart
I have converted a VB6 app to VB.NET. It's function is to generate
reports from a Random Access file but the .NET version is pathetically
slow compared to the VB6 version.
I think I need to to get the FileStream class to work with Random Access
Files, but it requires the data Structures to be in a byte array. How
do I convert them?
S.
reports from a Random Access file but the .NET version is pathetically
slow compared to the VB6 version.
I think I need to to get the FileStream class to work with Random Access
Files, but it requires the data Structures to be in a byte array. How
do I convert them?
S.