3

Possible Duplicate:
Draw / Paint Outside Form

Basically I'm doing a windows forms app with no borders. As a visual effect i would like to place an image at the top corner of the window but instead of it being cut off, i want it overlap the desktop.

The image would be a png and I would like it to keep it's transparency. Is this possible?

Thanks in advance for any help!

Community
  • 1
  • 1
  • 2
    See http://stackoverflow.com/questions/3379306/vc-draw-paint-outside-form - usually drawing on a transparent form is the way to do this. – dash Jan 02 '13 at 11:27

1 Answers1

0

To me it sounds like you need to set the image box properties to stretch. Make sure the form is top most as well for the start.

Malcor
  • 2,667
  • 21
  • 29