fading images in windows forms

G

Guest

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,
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top