Click here to Skip to main content
15,902,112 members
Home / Discussions / C#
   

C#

 
GeneralRe: Parameter Collection Pin
Sonia Gupta12-Oct-07 1:10
Sonia Gupta12-Oct-07 1:10 
GeneralRe: Parameter Collection Pin
Pete O'Hanlon12-Oct-07 1:27
mvePete O'Hanlon12-Oct-07 1:27 
GeneralRe: Parameter Collection [modified] Pin
Sonia Gupta12-Oct-07 1:47
Sonia Gupta12-Oct-07 1:47 
GeneralRe: Parameter Collection Pin
Pete O'Hanlon12-Oct-07 2:18
mvePete O'Hanlon12-Oct-07 2:18 
QuestionMdi Child Form bring to front Pin
Stevo Z11-Oct-07 21:59
Stevo Z11-Oct-07 21:59 
AnswerRe: Mdi Child Form bring to front Pin
Martin#12-Oct-07 1:11
Martin#12-Oct-07 1:11 
GeneralRe: Mdi Child Form bring to front Pin
Stevo Z12-Oct-07 4:26
Stevo Z12-Oct-07 4:26 
AnswerRe: Mdi Child Form bring to front Pin
Dave Kreskowiak12-Oct-07 5:00
mveDave Kreskowiak12-Oct-07 5:00 
Zilo(svk) wrote:
Is there any simple way how to change this default behavior


No. This cannot be changed. All MDIChild forms are rendered on a control docked as Full in the MDIParent form. This control is called the MDIClient. Any other controls you place on the MDIParent form will always hover over the top of the MDIClient control.

You will have to either get the reference to the MDIClient control (it's in the MDIParent form's Controls collection, just like any other control), and turn off it's Dock property, and resize it to give you room to put your other controls on the MDIParent, OR you put all of you're other controls in their own seperate window.


A guide to posting questions on CodeProject[^]

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


QuestionClick the Back & Forword Button internet explorer Pin
Rinki Mukheraji11-Oct-07 21:39
Rinki Mukheraji11-Oct-07 21:39 
AnswerRe: Click the Back & Forword Button internet explorer Pin
Christian Graus11-Oct-07 23:44
protectorChristian Graus11-Oct-07 23:44 
Questionbiometrics...need help Pin
TheCardinal11-Oct-07 21:23
TheCardinal11-Oct-07 21:23 
AnswerRe: biometrics...need help Pin
Paul Conrad12-Oct-07 13:32
professionalPaul Conrad12-Oct-07 13:32 
AnswerRe: biometrics...need help Pin
il_masacratore14-Oct-07 21:36
il_masacratore14-Oct-07 21:36 
GeneralRe: biometrics...need help Pin
TheCardinal14-Oct-07 21:56
TheCardinal14-Oct-07 21:56 
Questionhow to get http port number,server location and server port of a web site using CSharp Pin
chovdry11-Oct-07 21:11
chovdry11-Oct-07 21:11 
AnswerRe: how to get http port number,server location and server port of a web site using CSharp Pin
VirtualVoid.NET12-Oct-07 1:56
VirtualVoid.NET12-Oct-07 1:56 
Questionquery regarding the Language usage Pin
John.L.Ponratnam11-Oct-07 21:10
John.L.Ponratnam11-Oct-07 21:10 
AnswerRe: query regarding the Language usage Pin
Aavesh Agarwal11-Oct-07 21:14
Aavesh Agarwal11-Oct-07 21:14 
GeneralRe: query regarding the Language usage Pin
John.L.Ponratnam12-Oct-07 20:20
John.L.Ponratnam12-Oct-07 20:20 
AnswerRe: query regarding the Language usage Pin
Guffa11-Oct-07 21:18
Guffa11-Oct-07 21:18 
Questionset format (Font Size) of txt file in C# Pin
Ranjeet from delhi11-Oct-07 21:03
Ranjeet from delhi11-Oct-07 21:03 
AnswerRe: set format (Font Size) of txt file in C# Pin
Guffa11-Oct-07 21:19
Guffa11-Oct-07 21:19 
GeneralRe: set format (Font Size) of txt file in C# Pin
Ranjeet from delhi11-Oct-07 21:36
Ranjeet from delhi11-Oct-07 21:36 
GeneralRe: set format (Font Size) of txt file in C# Pin
lmoelleb11-Oct-07 22:32
lmoelleb11-Oct-07 22:32 
AnswerRe: set format (Font Size) of txt file in C# Pin
Guffa11-Oct-07 22:34
Guffa11-Oct-07 22: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.