Click here to Skip to main content
16,008,954 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: MDI Parent Picturebox control always stays on top of child forms..... NEED HELP!!!! Pin
Dave Kreskowiak21-Oct-08 5:58
mveDave Kreskowiak21-Oct-08 5:58 
This is the expected behavior.

The MDI Parent has a control on it, called the MDIClient, that sits behind all other controls on the form. All MDI Child windows are rendered by the MDIClient control. Any controls you put on the MDI Parent form will sits "in front of" the MDIClient control.

It's possible to bring the MDIClient control to the front, but when you do this, it will cover the PictureBox control. You won't be able to see the picture you put in there.

The MDIClient control does have a BackgroundImage property, so you can setup a picture on it.

You can find out how to get a handle on the MDIClient control here[^].


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: MDI Parent Picturebox control always stays on top of child forms..... NEED HELP!!!! Pin
Joey Picerno22-Oct-08 6:30
Joey Picerno22-Oct-08 6:30 
GeneralRe: MDI Parent Picturebox control always stays on top of child forms..... NEED HELP!!!! Pin
Dave Kreskowiak22-Oct-08 11:08
mveDave Kreskowiak22-Oct-08 11:08 
QuestionDynamic tooltip Pin
cstrader23221-Oct-08 4:53
cstrader23221-Oct-08 4:53 
AnswerRe: Dynamic tooltip Pin
dan!sh 21-Oct-08 5:02
professional dan!sh 21-Oct-08 5:02 
AnswerRe: Dynamic tooltip Pin
cstrader23221-Oct-08 5:15
cstrader23221-Oct-08 5:15 
AnswerRe: Dynamic tooltip Pin
Dave Kreskowiak21-Oct-08 5:50
mveDave Kreskowiak21-Oct-08 5:50 
GeneralRe: Dynamic tooltip Pin
cstrader23221-Oct-08 6:19
cstrader23221-Oct-08 6:19 
AnswerRe: Dynamic tooltip Pin
Vengatachalapathy Palanivel21-Oct-08 22:05
Vengatachalapathy Palanivel21-Oct-08 22:05 
GeneralRe: Dynamic tooltip Pin
Dave Kreskowiak22-Oct-08 4:14
mveDave Kreskowiak22-Oct-08 4:14 
QuestionConverting full path to URI Pin
egottwald21-Oct-08 4:35
egottwald21-Oct-08 4:35 
AnswerRe: Converting full path to URI Pin
Dave Kreskowiak21-Oct-08 13:36
mveDave Kreskowiak21-Oct-08 13:36 
GeneralRe: Converting full path to URI Pin
egottwald22-Oct-08 4:34
egottwald22-Oct-08 4:34 
GeneralRe: Converting full path to URI Pin
Jon_Boy22-Oct-08 6:26
Jon_Boy22-Oct-08 6:26 
GeneralRe: Converting full path to URI Pin
egottwald22-Oct-08 6:48
egottwald22-Oct-08 6:48 
GeneralRe: Converting full path to URI Pin
Dave Kreskowiak22-Oct-08 11:05
mveDave Kreskowiak22-Oct-08 11:05 
QuestionQuestion on how interop files are generated. Pin
Jon_Boy21-Oct-08 3:58
Jon_Boy21-Oct-08 3:58 
AnswerRe: Question on how interop files are generated. Pin
Dave Kreskowiak21-Oct-08 4:14
mveDave Kreskowiak21-Oct-08 4:14 
GeneralRe: Question on how interop files are generated. [modified] Pin
Jon_Boy21-Oct-08 4:24
Jon_Boy21-Oct-08 4:24 
GeneralRe: Question on how interop files are generated. Pin
Dave Kreskowiak21-Oct-08 5:41
mveDave Kreskowiak21-Oct-08 5:41 
GeneralRe: Question on how interop files are generated. Pin
Jon_Boy21-Oct-08 6:17
Jon_Boy21-Oct-08 6:17 
Questionreally suck reading xmls Pin
ls780h21-Oct-08 3:10
ls780h21-Oct-08 3:10 
AnswerRe: really suck reading xmls Pin
Tom Deketelaere21-Oct-08 3:22
professionalTom Deketelaere21-Oct-08 3:22 
AnswerRe: really suck reading xmls Pin
Paddy Boyd21-Oct-08 3:24
Paddy Boyd21-Oct-08 3:24 
AnswerRe: really suck reading xmls Pin
Johan Hakkesteegt21-Oct-08 3:37
Johan Hakkesteegt21-Oct-08 3:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.