Hi, anyone can tell me whow can I show a image in Black and white?
That image is in a image control (I know this control has somo limitations )
Thanks,
Printable View
Hi, anyone can tell me whow can I show a image in Black and white?
That image is in a image control (I know this control has somo limitations )
Thanks,
You'll need a picturebox instead.. that's for sure
hm, think we already had that topic... go search the archive ;)
yes I have to use a picture box, but how can I put the image in Black and white?
Thanks
If it's true B & W ---
You'll have to convert to HSB, the if the B < 128 then it's black, over it's white.
Use Setpixel/Ddraw to do this.
I know it seems like a lot, but easy is destroyed in VB. :D
(but you will get good results)