Hi, Im writing a program to read Bitmaps. Is there a way to read the file bit by bit in vb.net ?? currently im reading it byte by byte and when im reading a 1bit bmp file then i need to convert the bytes that i read to binary which take up a lot of time for processing. Would really appreciate your help. Thanks in advance.