How do i duplicate an object:
I have a picturebox control (picHouse)
how can i get it to make a copy of itself????
(so i have 2 picHouse)??
Thanx,
Printable View
How do i duplicate an object:
I have a picturebox control (picHouse)
how can i get it to make a copy of itself????
(so i have 2 picHouse)??
Thanx,
Give the picture an Index of 0 at design-time then
Load Picture1(Picture1.Ubound + 1)