Hi,
I created a graphic that has some objects on it that I would like to use as buttons. To make the buttons look seamless, I want to have some sore of hotspot over top of what looks to be buttons but is actually part of one big graphic. Is there something in windows forms that is kinda like hotspots in web development? I tried adding a label over top of the button but I couldn't get the label to be invisible and still be able to take click events. I tried using the Transparent color on the "web" tab of the backcolor property but it still wasn't transparent.
Thanks