Using VisualBasic 6 Random Access Files in dotnet

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi

I will use a Random Access File in dotnet/csharp. The file is created
with Visual Basic 6 (VB6).

My Problem is to find out the corresponding Types I had to use in
dotnet - reading the VB6 binary values.

If there are no corresponding Types I will manually convert the VB6
binary values (e.g. BinaryFormatter...). Where can I find the
definition how VB6 write Types to a random acces file ?

Thank you
Peter

.



Relevant Pages

  • Re: Using VisualBasic 6 Random Access Files in dotnet
    ... You have to know the format used in VB6 and then you can use a compatible ... if no compatible type exist most probably you can find an ... I will use a Random Access File in dotnet/csharp. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Random Access files - slow
    ... >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 ...
    (microsoft.public.dotnet.languages.vb)