Hi
Here is the code for reading file
Regards
Nouman
Dim fs As New FileStream _
("C:\winnt\Gone Fishing.BMP", FileMode.OpenOrCreate, _
FileAccess.Read)
Dim MyData(fs.Length) As Byte
fs.Read(MyData, 0, fs.Length)
fs.Close()
you can then use MyData to what you want
Nouman Zaheer
Software Engineer
MSR