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

C#

 
GeneralRe: problems with sockets programming over the internet Pin
pkellner28-Jan-05 14:14
pkellner28-Jan-05 14:14 
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 
Windows forms, C#, Visual Studio .NET 2003.

In a MDI application, we have a MDI child form that starts out maximized [window "A"]. This mdi child form has the option to open a different "editing" window as a non-modal child [window "B"].

If I set the properties "B" to be a MDI child, it will start out maximized, which we don't want. If, however, I set the properties of "B" as simply a Child of "A", then it remains a child of the MDI application (good), it remains non-maximized (good) BUT: we can no longer edit text in the text box in a "normal" fashion. Confused | :confused:

The behavior is such that you can't take your cursor and highlight all of the text in the text box. You have to click in the text box, in which the cursor will force to the beginning, then you have to use your keyboard keys such as "End" and the backspace key to actually edit the text.

Have tried various combinations of MDI Child but fixed borders and no control boxes and such, but the issue keeps coming up that in order to get the editing normal, it seems as if I MUST keep the form "B" as a MDI Child and thus it either maximizes, which I don't want, or it un-maximizes form "A" which I don't want.

Any suggestions would be greatly appreciated.



================
Thank you

Sue

GeneralRe: Odd textbox editing behavior Pin
Dave Kreskowiak28-Jan-05 12:30
mveDave Kreskowiak28-Jan-05 12:30 
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 

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.