Hi
The label control (and lines, shapes etc) is directly drawn on the form hence the label can never be on top of the picture box UNLESS it is within the picture box.
So, at design time u could create the control within the picture box by just drawing it there OR if u already have the control on the form, cut it (Ctrl-X) and then click on the Picture box and paste it (Ctrl-V)
At runtime...
Set Label1.Container = Picture1
regards
Stuart
beachbum
| Wed, 05 Dec 2007 00:07:00 GMT |