July 24th, 2009, 04:18 AM
#1
Controls behind ImageBox
Hello,
I try to put the datagrid in back of the imagebox. . but it always appear in the front of imagebox. . . and it affects the design of my program.
Is there a way to put the Image Box in front of the other controls on the form. . .??
Please help. . .
Thanks.
July 24th, 2009, 06:22 AM
#2
Re: Controls behind ImageBox
Right click on the control ( in design time ) and say bring to front, otherwise in runtime, you could use the Z-Order property
July 24th, 2009, 11:28 AM
#3
Re: Controls behind ImageBox
Three layers to form, back is forms graphical method, then non-windowed controls (no hwnd), then windowed controls(has hwnd) as a general rule. The image control does not have a hwnd and so it is stuck behind other control.
Good Luck
Tags for this Thread
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
Bookmarks