|
-
May 27th, 2011, 11:49 PM
#1
Thread Starter
Member
ZOrder and GUI
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|