StreaksAthlete
Newcomer
- Joined
- Aug 14, 2005
- Messages
- 1
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.
I need some help, PLEASE.
Code:
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