Hi,

I need to convert a decimal value into a binary value, and I don't know how!!

It is a decimal value from 0 to 255 (8 bit long)

Then I need every single bit, for putting pixels on my screen. Every bit represents a pixel wich can be black or white. How can I do that????

TNX

Viperke