Mouse Enter Event problem, how to manipulate images?
I want to change an existing image in a single picture box 开发者_如何学JAVAto another image with the Mouse Enter event. Need help please.
You just need to assign to myPictureBox.Image
in the MouseEnter
and, presumably, MouseLeave
events.
精彩评论