Hi,
I am creating custom shaped form in .NET 2.0. In order to do this I set following properties:
- FormBorderStyle --> to none
- BackgroundImage --> to .bmp
- TransparencyKey --> to the background color on the .bmp file
Everything works OK, untill I add some controls to the form. For example: when I add a button, the text of the button becomes transparent, if I add menuStrip control, all menu items are transparent as well.
What am I doing wrong?
Thanks for your help