Search results for query: *

  • Users: mmulibra
  • Content: Threads
  • Order by date
  1. M

    Class and Picturebox

    Hi, I have a class X and I would like create an instance of class X from Form1 according to the mousebutton click and location of the click Private Sub PictureBox1_MouseUp(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles PictureBox1.MouseUp Dim...
  2. M

    Draw circle in a picturebox as an object

    Hi, I would like to draw a circle as an object with every mouseclick in a picturebox. The location of the circle is based on the location of the mouseclick. I would also like every circle to be labeled, eg. "circle1", "circle2", "circle3".... and every circle will have a property at the later...
Back
Top