My problem is whenever I double click on an object (e.g picturebox), it enters another window where I can do my coding (which is normal) however, it starts with:
private void pictureBox1_Click(object sender, EventArgs e)
which I don't understand :(
How can I make it into Public Class so I can change the event to "mouse enter" or "mouse leave"?
Thank you in advance.