Hello,
I have a windows form in a project that was written long ago.
I noticed that all images in this form have a width of 1 pixel, but they are
streched over all the form (from left to right). When they are streched the
right hand of the images is fading. I would like it not to fade.
Any ideas of how to do this?
thanks,

Signature
dshemesh
Nicholas Paldino [.NET/C# MVP] - 11 Jul 2007 16:59 GMT
How are they stretched? Using a picture box? Or is it custom drawn?
My guess is that there is some custom drawing going on and it is actually
drawing a gradient from the color in the pixel to the form's background
color.

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> Hello,
> I have a windows form in a project that was written long ago.
[quoted text clipped - 6 lines]
>
> thanks,