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

C#

 
GeneralRe: problems with sockets programming over the internet Pin
Member 132576628-Jan-05 14:33
Member 132576628-Jan-05 14:33 
GeneralRe: problems with sockets programming over the internet Pin
pkellner28-Jan-05 14:36
pkellner28-Jan-05 14:36 
GeneralRe: problems with sockets programming over the internet Pin
Member 132576628-Jan-05 14:38
Member 132576628-Jan-05 14:38 
GeneralRe: problems with sockets programming over the internet Pin
pkellner28-Jan-05 14:47
pkellner28-Jan-05 14:47 
Generalhelp with autocompletion in textbox!!! Pin
tom_dx28-Jan-05 12:49
tom_dx28-Jan-05 12:49 
Questionhow often should lock(List.SyncRoot) be used in a collection? Pin
FocusedWolf28-Jan-05 11:45
FocusedWolf28-Jan-05 11:45 
GeneralOdd textbox editing behavior Pin
Susan Hernandez28-Jan-05 10:39
Susan Hernandez28-Jan-05 10:39 
GeneralRe: Odd textbox editing behavior Pin
Dave Kreskowiak28-Jan-05 12:30
mveDave Kreskowiak28-Jan-05 12:30 
OK. This is all normal Windows functionality:

1) If one Child form of an MDI Parent is maximized, all the children are maximized. You can't mix it so one is maximized and other are not.

2) A Child Form cannot be both a child and a parent to another form. If you attempt to do this, the results are undefined and unpredictable, which you've already noticed.

The only solution you have to both problems at the same time is to make the second child form a seperate window, with no parent. This will make the child form just like any other window with no interaction with the MDI Parent. But, I suspect you don't want this either.

In that case, there is no solution to your problem. Your requirements will have to be modified to fit within the functional limitations of Windows.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Odd textbox editing behavior Pin
Susan Hernandez28-Jan-05 12:54
Susan Hernandez28-Jan-05 12:54 
GeneralRe: Odd textbox editing behavior Pin
Skynyrd28-Jan-05 13:42
Skynyrd28-Jan-05 13:42 
GeneralExtend Button With DropDown Pin
Dominic Farr28-Jan-05 10:38
Dominic Farr28-Jan-05 10:38 
GeneralRe: Extend Button With DropDown Pin
Susan Hernandez28-Jan-05 10:47
Susan Hernandez28-Jan-05 10:47 
GeneralRe: Extend Button With DropDown Pin
Dominic Farr28-Jan-05 12:48
Dominic Farr28-Jan-05 12:48 
GeneralRe: Extend Button With DropDown Pin
Skynyrd28-Jan-05 13:48
Skynyrd28-Jan-05 13:48 
Generalstrange behaviour of SendMessage() Pin
Adnan Siddiqi28-Jan-05 8:24
Adnan Siddiqi28-Jan-05 8:24 
GeneralRe: strange behaviour of SendMessage() Pin
Dave Kreskowiak28-Jan-05 12:40
mveDave Kreskowiak28-Jan-05 12:40 
GeneralRe: strange behaviour of SendMessage() Pin
Adnan Siddiqi28-Jan-05 17:32
Adnan Siddiqi28-Jan-05 17:32 
GeneralRe: strange behaviour of SendMessage() Pin
Dave Kreskowiak28-Jan-05 18:11
mveDave Kreskowiak28-Jan-05 18:11 
GeneralRe: strange behaviour of SendMessage() Pin
Adnan Siddiqi28-Jan-05 19:40
Adnan Siddiqi28-Jan-05 19:40 
GeneralRe: strange behaviour of SendMessage() Pin
Dave Kreskowiak29-Jan-05 4:32
mveDave Kreskowiak29-Jan-05 4:32 
GeneralDo events?? (C# Newbi) Pin
Dwayner7928-Jan-05 7:13
Dwayner7928-Jan-05 7:13 
GeneralRe: Do events?? (C# Newbi) Pin
Dave Kreskowiak28-Jan-05 7:37
mveDave Kreskowiak28-Jan-05 7:37 
GeneralRe: Do events?? (C# Newbi) Pin
Dwayner7928-Jan-05 9:01
Dwayner7928-Jan-05 9:01 
GeneralRe: Do events?? (C# Newbi) Pin
Carl Mercier28-Jan-05 9:40
Carl Mercier28-Jan-05 9:40 
GeneralRe: Do events?? (C# Newbi) Pin
Dwayner7928-Jan-05 9:43
Dwayner7928-Jan-05 9:43 

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.