Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to read binary file OR How to access binary file in visual.
As anyone knows that computer working on binary (0s and 1s).
Every file/data have its binary source.
I want to Read/Access and edit binary of data/files in visual basic.
Posted

 
Share this answer
 
v2
Comments
Alamgirable 21-Jan-13 11:22am    
Using this method.
How can i read Binary of those files which are in my harddisk?
Whooooo, it looks like you have a lot to learn. That is no problem, but be prepared.
The short answer is: it depends. But be aware, that a text file is also binary. It is a matter of formatting.

See following example of how to read simple integers from a binary file: http://www.dotnetperls.com/binaryreader-vbnet[^]
 
Share this answer
 
v2
Comments
Alamgirable 21-Jan-13 11:22am    
Using this method.
How can i read Binary of those files which are in my harddisk?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900