Jul 11, 2006 #1 B Blacksilent New member Joined Jul 10, 2006 Messages 4 hello im wondering how i could use the write method to write Binary so if anyone could give me a code example id be greatfull p.s im using VB 2005
hello im wondering how i could use the write method to write Binary so if anyone could give me a code example id be greatfull p.s im using VB 2005
Jul 11, 2006 #2 PlausiblyDamp Administrator Joined Sep 4, 2002 Messages 6,155 Location Lancashire, UK User Rank *Expert* If you mean the .Write method of the Stream class (or one of its sub-classes) then it takes a byte array as a parameter. Also the BinaryWriter class gives you an easy way of handling different data types when saving binary data.
If you mean the .Write method of the Stream class (or one of its sub-classes) then it takes a byte array as a parameter. Also the BinaryWriter class gives you an easy way of handling different data types when saving binary data.