Notifications
Clear all

[Closed] [RESOLVED] With dotNet label change image back after click event

I’m making a button with forms.label and have an event for it on click so it changes image to show a click state, but on mouse up click state image stays on the label. I added leave event but then again I need to move mouse cursor off of it.

How to make this with dotnet?

2 Replies

try this

Thank you @Serejah but I accidentally resolved my problem by changing MouseClick event to MouseDown so it worked along with MouseUp.