do you have a solution for your problem.
I have the same problem
thanks you
[quoted text, click to view] "tony" wrote:
> Hi,
>
> I have pictureBox control im drawing on, after finish drawing, i need to
> save the the image from the PictureBox as Bmp file.
>
> im using :
>
> m_pbPictureBox.Image.Save(sTmpPictureFileName,
> System.Drawing.Imaging.ImageFormat.Bmp)
>
>
>
> The problem is, i need to save as MONOCHROME bmp. how can i do that ?
>
>
>
> Thanking in advance.
>
>