Community

Writing a custom Structure to a binary file in Visual Basic 2008

(Alessandro Del Sole) In this article I want to show you how to write the content of a Visual Basic structure into a binary file. This can be useful since the various methodologies exposed by the .NET Framework (like FileStream, BinaryWriter and My objects) can write to binary files only data types

Read More - Register for Free Membership