0
I have a Picturebox1
with an image (cameras-Hdv-Merlin-courses.png) example:
private void pictureBox1_Click(object sender, EventArgs e)
{
}
When you hover your mouse over it I’d like it to have a zoom effect,.
How can I do that?