Click here to Skip to main content
15,913,610 members
Home / Discussions / C#
   

C#

 
Generalvery confusing formatting symbols Pin
Pyro Joe27-Feb-05 9:03
Pyro Joe27-Feb-05 9:03 
GeneralRe: very confusing formatting symbols Pin
S. Senthil Kumar27-Feb-05 11:55
S. Senthil Kumar27-Feb-05 11:55 
GeneralRe: very confusing formatting symbols Pin
Pyro Joe27-Feb-05 16:49
Pyro Joe27-Feb-05 16:49 
GeneralRe: very confusing formatting symbols Pin
leppie27-Feb-05 19:24
leppie27-Feb-05 19:24 
GeneralRe: very confusing formatting symbols Pin
Pyro Joe28-Feb-05 3:48
Pyro Joe28-Feb-05 3:48 
GeneralKeyPress ASCII/Form Container questions... Pin
new_phoenix27-Feb-05 8:09
new_phoenix27-Feb-05 8:09 
GeneralRe: KeyPress ASCII/Form Container questions... Pin
S. Senthil Kumar27-Feb-05 9:01
S. Senthil Kumar27-Feb-05 9:01 
GeneralRe: KeyPress ASCII/Form Container questions... Pin
new_phoenix27-Feb-05 9:53
new_phoenix27-Feb-05 9:53 
S. Senthil Kumar:

I have found the MDIParent property in the Form class as you had suggested, but I am uncertain how to implement it. Puzzling thing is though, why isn't the MDIParent property available in the Properties window, is it an abstract class or something? Do I implement it in the child class like this in the onLoad event like so:

frmMainForm frm = new frmMainForm();
this.MDIParent = frm;

and should I select isMDIParent in the Main Form first? Trouble is, when I do select isMDIParent to true, the background color shifts for some reason to a light gray. An alternative optional guess of how to implement the MDIParent property would be to put

frmChildForm frmChild = new frmChildForm();
this.MDIChild = frmChild;

into either the form designer section with all of the variable assignments, or into the onLoad button for the frmMainForm form. What IS the PROPER way to implement an MDI form in C#?

Also, with regard to the implementation of the KeyDown event, how would I implement a KeyDown event trap for the UP and DOWN arrows for example?
GeneralRe: KeyPress ASCII/Form Container questions... Pin
Dennis C. Dietrich27-Feb-05 9:03
Dennis C. Dietrich27-Feb-05 9:03 
GeneralRe: KeyPress ASCII/Form Container questions... Pin
new_phoenix27-Feb-05 9:58
new_phoenix27-Feb-05 9:58 
GeneralRe: KeyPress ASCII/Form Container questions... Pin
Dennis C. Dietrich27-Feb-05 10:49
Dennis C. Dietrich27-Feb-05 10:49 
GeneralRe: KeyPress ASCII/Form Container questions... Pin
new_phoenix27-Feb-05 11:21
new_phoenix27-Feb-05 11:21 
GeneralRe: KeyPress ASCII/Form Container questions... Pin
S. Senthil Kumar27-Feb-05 11:53
S. Senthil Kumar27-Feb-05 11:53 
GeneralAccess Registry files Pin
Anthony Mushrow27-Feb-05 7:09
professionalAnthony Mushrow27-Feb-05 7:09 
GeneralRe: Access Registry files Pin
Dennis C. Dietrich27-Feb-05 7:36
Dennis C. Dietrich27-Feb-05 7:36 
GeneralContext menu in Word using C# Pin
User 4886927-Feb-05 6:00
User 4886927-Feb-05 6:00 
Generalmultiline programmatically formatting text Pin
Pyro Joe27-Feb-05 5:15
Pyro Joe27-Feb-05 5:15 
GeneralRe: multiline programmatically formatting text Pin
Heath Stewart27-Feb-05 5:45
protectorHeath Stewart27-Feb-05 5:45 
GeneralRe: multiline programmatically formatting text Pin
Pyro Joe27-Feb-05 6:19
Pyro Joe27-Feb-05 6:19 
GeneralRe: multiline programmatically formatting text Pin
Pyro Joe27-Feb-05 6:36
Pyro Joe27-Feb-05 6:36 
GeneralRe: multiline programmatically formatting text Pin
S. Senthil Kumar27-Feb-05 7:13
S. Senthil Kumar27-Feb-05 7:13 
QuestionSystem Timer? Pin
Azel Low27-Feb-05 4:11
Azel Low27-Feb-05 4:11 
AnswerRe: System Timer? Pin
Heath Stewart27-Feb-05 4:20
protectorHeath Stewart27-Feb-05 4:20 
Generallarge font and tabcontrol issue Pin
Aviv Halperin27-Feb-05 2:44
Aviv Halperin27-Feb-05 2:44 
GeneralRe: large font and tabcontrol issue Pin
Heath Stewart27-Feb-05 4:53
protectorHeath Stewart27-Feb-05 4:53 

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.