Hey everyone, i'm new to vb.net and need a little knowledge here...

in vb6 i was able to create picture boxes and do pic.Zorder = 0 and it would bring it to the front.

in .net i'm using the panel control and doing .BringToFront and i also tried the panel.Parent.Controls.SetChildIndex(panel, 0)... nothing seems to work..

is there another control i should use for this to work? thanks