should beSet Label.Container = Picturebox1
or as the variable picturebox is still in scope, you could usevb Code:
Set Label.Container = Me.Controls("picturebox1")
vb Code:
Set Label.Container = Picturebox
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |