reading an unknown file
how can i read this file with vb.net. it is a graphical file from a punch program.
i need to make a report tool which can print this image.
file =http://www.sorunlu.com/punch.zip
Nothing I recognize, certainly not a standard graphics file format. Looks like the kind of binary output file that a 'C' program generates. You'll need to contact the vendor of the program that generates this file and ask for a format description.