Click here to Skip to main content
15,910,661 members
Home / Discussions / C#
   

C#

 
GeneralRe: Class problem Pin
Robert Rohde29-Jan-05 7:13
Robert Rohde29-Jan-05 7:13 
GeneralI need to control device volum Pin
FedorMatv29-Jan-05 3:02
FedorMatv29-Jan-05 3:02 
GeneralRemoting Configuration Files and the new Operator Pin
STW28-Jan-05 21:31
STW28-Jan-05 21:31 
GeneralIs it possible to create a treeview control that have owner draw scrollbar Pin
god4k28-Jan-05 20:55
god4k28-Jan-05 20:55 
GeneralLINK ERROR 1181: beginner quest. Pin
...---...28-Jan-05 16:09
...---...28-Jan-05 16:09 
GeneralHashTable access question Pin
pkellner28-Jan-05 14:00
pkellner28-Jan-05 14:00 
GeneralRe: HashTable access question Pin
Robert Rohde28-Jan-05 19:28
Robert Rohde28-Jan-05 19:28 
GeneralRe: HashTable access question Pin
pkellner29-Jan-05 2:57
pkellner29-Jan-05 2:57 
GeneralRe: HashTable access question Pin
Robert Rohde29-Jan-05 6:44
Robert Rohde29-Jan-05 6:44 
Generalproblems with sockets programming over the internet Pin
Member 132576628-Jan-05 12:59
Member 132576628-Jan-05 12:59 
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 

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.