Click here to Skip to main content
15,909,091 members
Home / Discussions / C#
   

C#

 
GeneralRe: Application server for Forms based solution ( not Web Based ) . Pin
MNFlyer21-Mar-08 15:19
MNFlyer21-Mar-08 15:19 
GeneralRe: Application server for Forms based solution ( not Web Based ) . Pin
Luis Alonso Ramos21-Mar-08 21:59
Luis Alonso Ramos21-Mar-08 21:59 
GeneralRe: Application server for Forms based solution ( not Web Based ) . Pin
MNFlyer22-Mar-08 4:06
MNFlyer22-Mar-08 4:06 
GeneralRe: Application server for Forms based solution ( not Web Based ) . Pin
Luis Alonso Ramos22-Mar-08 8:43
Luis Alonso Ramos22-Mar-08 8:43 
GeneralRe: Application server for Forms based solution ( not Web Based ) . Pin
MNFlyer22-Mar-08 4:09
MNFlyer22-Mar-08 4:09 
GeneralRe: Application server for Forms based solution ( not Web Based ) . Pin
Luis Alonso Ramos21-Mar-08 22:02
Luis Alonso Ramos21-Mar-08 22:02 
GeneralMDI Child to Mdi Parent controls z-order Pin
Stevo Z21-Mar-08 11:36
Stevo Z21-Mar-08 11:36 
GeneralRe: MDI Child to Mdi Parent controls z-order Pin
Luis Alonso Ramos21-Mar-08 22:06
Luis Alonso Ramos21-Mar-08 22:06 
You'll have to do it manually. If one of the MDI children is "above" the button, hide the button.

You could also try adding the button to the MdiClient window and not to your MDI container (your main form). It's a little tricky, but you can get a reference to the MdiClient window (the grey area that hold the MDI children).

These two articles talk about MdiClient and how to get a reference to it:

http://www.codeproject.com/KB/dialog/mdiclientcontroller.aspx[^]
http://www.codeproject.com/KB/cs/mdiclientrevisited.aspx[^]


Luis Alonso Ramos
Intelectix
Chihuahua, Mexico




My Blog!



Generallargest size of a byte array Pin
Jimmy Zhang21-Mar-08 10:24
Jimmy Zhang21-Mar-08 10:24 
GeneralRe: largest size of a byte array Pin
PIEBALDconsult21-Mar-08 10:31
mvePIEBALDconsult21-Mar-08 10:31 
GeneralRe: largest size of a byte array Pin
Derek Bartram21-Mar-08 15:31
Derek Bartram21-Mar-08 15:31 
GeneralRe: largest size of a byte array Pin
PIEBALDconsult21-Mar-08 17:46
mvePIEBALDconsult21-Mar-08 17:46 
GeneralRe: largest size of a byte array Pin
Derek Bartram22-Mar-08 0:51
Derek Bartram22-Mar-08 0:51 
GeneralRe: largest size of a byte array Pin
Colin Angus Mackay22-Mar-08 3:16
Colin Angus Mackay22-Mar-08 3:16 
GeneralRe: largest size of a byte array Pin
PIEBALDconsult22-Mar-08 6:09
mvePIEBALDconsult22-Mar-08 6:09 
GeneralRe: largest size of a byte array Pin
Derek Bartram22-Mar-08 6:35
Derek Bartram22-Mar-08 6:35 
GeneralRe: largest size of a byte array Pin
Jimmy Zhang24-Mar-08 5:29
Jimmy Zhang24-Mar-08 5:29 
QuestionSystem.IO functions not working in Windows Service Pin
MNFlyer21-Mar-08 9:46
MNFlyer21-Mar-08 9:46 
GeneralRe: System.IO functions not working in Windows Service Pin
Robert Rohde21-Mar-08 11:58
Robert Rohde21-Mar-08 11:58 
GeneralRe: System.IO functions not working in Windows Service Pin
MNFlyer21-Mar-08 15:24
MNFlyer21-Mar-08 15:24 
GeneralRe: System.IO functions not working in Windows Service Pin
PIEBALDconsult21-Mar-08 17:48
mvePIEBALDconsult21-Mar-08 17:48 
GeneralRe: System.IO functions not working in Windows Service Pin
#realJSOP22-Mar-08 2:18
professional#realJSOP22-Mar-08 2:18 
GeneralClient side soap request issue. Pin
woodrvr21-Mar-08 7:16
woodrvr21-Mar-08 7:16 
GeneralRe: Client side soap request issue. Pin
led mike21-Mar-08 9:33
led mike21-Mar-08 9:33 
GeneralRe: Client side soap request issue. Pin
woodrvr21-Mar-08 9:59
woodrvr21-Mar-08 9:59 

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.