Im quite new at csharp and im trying to use the onmouseenter event but i can't get it to work.
i used;
i used;
Code:
private void picDraw_MouseEnter(object sender, EventArgs e)
{
the action
}
private void picDraw_OnMouseEnter(object sender, EventArgs e)
{
the action
}
Comment