Hi,
i am creating a project and i am having a problem
i have created an image in a rectangle using the following code:
Dim d As New Rectangle(Width - 127, 8, 22, 15)
e.graphics.DrawImage(My.Resources.close, d.Location)
now the problem is that if the user click on the image, i want form to close
i dont know how to get the click event handler for the image