Click here to Skip to main content
16,007,443 members
Home / Discussions / C#
   

C#

 
GeneralNew to Programming/C# Pin
tweakk3-Jun-04 11:22
tweakk3-Jun-04 11:22 
GeneralRe: New to Programming/C# Pin
palbano3-Jun-04 11:27
palbano3-Jun-04 11:27 
GeneralRe: New to Programming/C# Pin
Heath Stewart3-Jun-04 12:09
protectorHeath Stewart3-Jun-04 12:09 
GeneralRe: New to Programming/C# Pin
Wackatronic4-Jun-04 1:09
Wackatronic4-Jun-04 1:09 
GeneralMDI Forms From Hell Pin
antoine@orchus-tech3-Jun-04 9:31
antoine@orchus-tech3-Jun-04 9:31 
GeneralRe: MDI Forms From Hell Pin
bneacetp3-Jun-04 9:58
bneacetp3-Jun-04 9:58 
GeneralRe: MDI Forms From Hell Pin
antoine@orchus-tech3-Jun-04 10:03
antoine@orchus-tech3-Jun-04 10:03 
GeneralRe: MDI Forms From Hell Pin
bneacetp3-Jun-04 10:32
bneacetp3-Jun-04 10:32 
Oh... The behaviors that you described are default to Windows MDI apps. You could remove those buttons from your MDI Child and put a button or some other UI on your panel to handle the close, min, and max events.

As far as constraining the child's movement, you could do calculations to find the size of the parent window and then calculate how much the top area (titlebar, menubar, panel) takes up. Then constrain the children forms using that info.

I hope this helps.

Happy Programming and God Bless!

Internet::WWW::CodeProject::bneacetp
GeneralGetting The Screen Resolution Pin
bjaminn3-Jun-04 8:39
bjaminn3-Jun-04 8:39 
GeneralRe: Getting The Screen Resolution Pin
bneacetp3-Jun-04 9:33
bneacetp3-Jun-04 9:33 
GeneralRe: Getting The Screen Resolution Pin
Heath Stewart3-Jun-04 10:16
protectorHeath Stewart3-Jun-04 10:16 
GeneralRe: Getting The Screen Resolution Pin
bneacetp3-Jun-04 10:35
bneacetp3-Jun-04 10:35 
QuestionCreate a .pdf file programmatically? Pin
Manster3-Jun-04 7:58
Manster3-Jun-04 7:58 
AnswerRe: Create a .pdf file programmatically? Pin
Spanky33-Jun-04 9:37
Spanky33-Jun-04 9:37 
Generalobsfucator for C# Pin
ppp0013-Jun-04 7:21
ppp0013-Jun-04 7:21 
GeneralRe: obsfucator for C# Pin
Heath Stewart3-Jun-04 10:15
protectorHeath Stewart3-Jun-04 10:15 
Generaldynamic form programming Pin
ppp0013-Jun-04 7:18
ppp0013-Jun-04 7:18 
GeneralRe: dynamic form programming Pin
Dave Kreskowiak3-Jun-04 7:23
mveDave Kreskowiak3-Jun-04 7:23 
GeneralRe: dynamic form programming Pin
Spanky33-Jun-04 7:24
Spanky33-Jun-04 7:24 
GeneralRe: dynamic form programming Pin
Michael P Butler3-Jun-04 8:01
Michael P Butler3-Jun-04 8:01 
GeneralLZW compression algorithm Pin
Bettie3-Jun-04 7:00
Bettie3-Jun-04 7:00 
GeneralRe: LZW compression algorithm Pin
Heath Stewart3-Jun-04 7:10
protectorHeath Stewart3-Jun-04 7:10 
GeneralRe: LZW compression algorithm Pin
Bettie3-Jun-04 7:23
Bettie3-Jun-04 7:23 
GeneralRe: LZW compression algorithm [EDITED] Pin
Dave Kreskowiak3-Jun-04 7:28
mveDave Kreskowiak3-Jun-04 7:28 
GeneralRe: LZW compression algorithm [EDITED] Pin
Bettie3-Jun-04 7:36
Bettie3-Jun-04 7:36 

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.