Creating clickable C# image map in winforms
问题 I'm trying to develop a basic C# winforms app with a clickable image map as its focus. That is, an image where a certain section is clickable and will open a new form. For example the image could be a chessboard, and clicking on a certain square will perform the action of opening a new form. I hope this concept is clear. I've looked at similar questions on S.O. and could not find a workable solution. Cheers 回答1: My solution would be to leverage the MouseUp event on whatever control holds the