Search results for query: *

  1. S

    Adding Controls To Form Through Code

    i am using this code to add a picturebox to my form and perform a drag drop operation. But when i run the form, nothing shows up. I need some help, PLEASE. Dim i as New Picturebox Me.Controls.Add(i) i.Visible = True i.Image = imgFloor.Image'Another Picture on my form" i.Left = 10 i.Top = 10
Back
Top