Visit SearchWinDevelopment.com, the Visual Basic-Specific Search Engine.
               FREE benefits include Daily News, Developer Tips, Career Center, VB Forums & more.


Home Recent Code Popular Code SearchWinDevelopment.com White Papers

Jobs

Submit Code Email


Author:  Dario B.
Date Submitted:  5/12/2006
Category:  File Manipulation
Compatibility:  .NET
This code has been accessed 5330 times.

Email Yourself this snippet:

Task: This VB Express code demostrates how is possible to load binary files into byte arrays and how to convert and manipulate them as strings without any corruption. Also shows how to join and split binary files in few line of code. Hope it is useful to someone.
Declarations

Code