Click here to Skip to main content
15,923,376 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: CodeDom IdentityInequality Problem [modified] Pin
simonh234-Mar-07 12:47
simonh234-Mar-07 12:47 
AnswerRe: CodeDom IdentityInequality Problem Pin
Dave Kreskowiak5-Mar-07 3:23
mveDave Kreskowiak5-Mar-07 3:23 
GeneralRe: CodeDom IdentityInequality Problem Pin
simonh235-Mar-07 22:40
simonh235-Mar-07 22:40 
QuestionRe: CodeDom IdentityInequality Problem Pin
simonh234-Mar-07 23:56
simonh234-Mar-07 23:56 
QuestionUsercontrol on MDI Form Pin
jazzyjboombox3-Mar-07 22:18
jazzyjboombox3-Mar-07 22:18 
AnswerRe: Usercontrol on MDI Form Pin
Dave Kreskowiak4-Mar-07 3:18
mveDave Kreskowiak4-Mar-07 3:18 
GeneralRe: Usercontrol on MDI Form Pin
jazzyjboombox4-Mar-07 21:10
jazzyjboombox4-Mar-07 21:10 
GeneralRe: Usercontrol on MDI Form Pin
Dave Kreskowiak5-Mar-07 3:21
mveDave Kreskowiak5-Mar-07 3:21 
You missed the point of my reply entirely. Your MDIChild IS in front...of all other MdiChildren.

The problem is that all MDIChildren are rendered by the MdiClient control, which is BEHIND your UserControl. Your MdiParent has TWO controls on it, not one. The MdiClient control (which hold all of your MdiChild forms) and your UserControl. Calling BringToFont on the MDIChild form only brings it to the front of the stack of MDIChild forms INSIDE the MdiClient control.

You have to call BringToFront on the MdiClient control, or call SendToBack on your UserControl. But, that'll make your UserControl appear to disappear, when really, it's behind the MdiClient control.



Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: Usercontrol on MDI Form Pin
jazzyjboombox5-Mar-07 10:27
jazzyjboombox5-Mar-07 10:27 
Questiondata transfer into excel Pin
amaneet3-Mar-07 19:04
amaneet3-Mar-07 19:04 
AnswerRe: data transfer into excel Pin
Vasudevan Deepak Kumar4-Mar-07 17:12
Vasudevan Deepak Kumar4-Mar-07 17:12 
AnswerRe: data transfer into excel Pin
prakash J9-Mar-07 2:32
prakash J9-Mar-07 2:32 
Questionreferential classes Pin
amaneet3-Mar-07 19:00
amaneet3-Mar-07 19:00 
AnswerRe: referential classes Pin
Guffa4-Mar-07 2:04
Guffa4-Mar-07 2:04 
AnswerRe: referential classes Pin
Christian Graus4-Mar-07 2:13
protectorChristian Graus4-Mar-07 2:13 
GeneralRe: referential classes Pin
amaneet4-Mar-07 2:33
amaneet4-Mar-07 2:33 
GeneralRe: referential classes Pin
Dave Kreskowiak4-Mar-07 3:09
mveDave Kreskowiak4-Mar-07 3:09 
GeneralRe: referential classes Pin
amaneet4-Mar-07 3:25
amaneet4-Mar-07 3:25 
GeneralRe: referential classes Pin
Dave Kreskowiak4-Mar-07 11:03
mveDave Kreskowiak4-Mar-07 11:03 
Questioninterface problem Pin
amaneet3-Mar-07 18:58
amaneet3-Mar-07 18:58 
AnswerRe: interface problem Pin
TwoFaced3-Mar-07 20:52
TwoFaced3-Mar-07 20:52 
GeneralRe: interface problem Pin
amaneet4-Mar-07 2:44
amaneet4-Mar-07 2:44 
GeneralRe: interface problem Pin
Dave Kreskowiak4-Mar-07 3:04
mveDave Kreskowiak4-Mar-07 3:04 
Generalplease check it... [modified] Pin
manni_n3-Mar-07 8:35
manni_n3-Mar-07 8:35 
GeneralRe: please check it... Pin
Dave Kreskowiak3-Mar-07 10:34
mveDave Kreskowiak3-Mar-07 10:34 

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.