T
TrongAn Hoang
Hi,
I am converting a VB6 program. I have data from UDT that contained all
kinds of VB6 stuff like:
variable length strings
variants
primitive types
arrays of UDTs
In short, it has all different kinds. I save these to disk using the Put
function on a file opened in Random mode.
Can VB.Net read from these binary files using the FileGet and FilePut
functions?
Are the data formats compatible betw VB.Net and VB6 (with the appropriate
translation, of course, such as Long = Integer, etc.).
Thank you.
TDH
I am converting a VB6 program. I have data from UDT that contained all
kinds of VB6 stuff like:
variable length strings
variants
primitive types
arrays of UDTs
In short, it has all different kinds. I save these to disk using the Put
function on a file opened in Random mode.
Can VB.Net read from these binary files using the FileGet and FilePut
functions?
Are the data formats compatible betw VB.Net and VB6 (with the appropriate
translation, of course, such as Long = Integer, etc.).
Thank you.
TDH