hi guys ,
proud to be one member of your great forum.
i have a problem , i am beginner in vb.net and i need some code to do the following :
1)get the Binary representation of any file saved on pc.
2)store these zero's and one's in one-dimensional array X .
3) print out X .
X should be something like this : { 1111000011010010000011010101010000100011111}
as i understood that any file on pc stored in memory as 1's and 0's doesn't matter the type of the file (mp3 , txt, exe ,...etc).
thanks in advance.
proud to be one member of your great forum.
i have a problem , i am beginner in vb.net and i need some code to do the following :
1)get the Binary representation of any file saved on pc.
2)store these zero's and one's in one-dimensional array X .
3) print out X .
X should be something like this : { 1111000011010010000011010101010000100011111}
as i understood that any file on pc stored in memory as 1's and 0's doesn't matter the type of the file (mp3 , txt, exe ,...etc).
thanks in advance.