I opened a picture file in binary format and copied the entire contents to a string
Then I wrote the string to another file in binary format and saved that file with the same extension of the source file. But the new file failed to draw the original picture.
I want a VB program that copies a picture bit by bit in binary mode.How to copy a picture file by opening it in binay format in VB?
[VB] Try using an ImageList.
No comments:
Post a Comment