Blacksilent Posted July 11, 2006 Posted July 11, 2006 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 Quote
Administrators PlausiblyDamp Posted July 11, 2006 Administrators Posted July 11, 2006 If you mean the .Write method of the Stream class (or one of it's 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. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.