I have a windows forms, i have placed an image on it, and the image is not rectangular, so white space lefts with it, because windows form is either square or rectangular, but image is not, i want panel should be only image, rest of the space should not be visible, i am attaching an image to describe further.
Thanks
Atif
as I understand it you want your form to be invisible?
that isn’t supported well in winforms and you should consider moving to WPF.
however theres this example:
http://www.blackbeltcoder.com/Articles/winforms/non-rectangular-splash-screen-for-winforms
create a splash screen as the writer advices.