R
Russell Verdun
In vb.net, what is the equivalent of the VB 6 Get statement?
Example to be used:
VB-6 code;
Get FileHandle, , Type_Variable
I would to accomplish this in vb.net get access to a binary file and assign
it's data to a structure.
Example to be used:
VB-6 code;
Get FileHandle, , Type_Variable
I would to accomplish this in vb.net get access to a binary file and assign
it's data to a structure.