Click here to Skip to main content
15,899,754 members
Home / Discussions / C#
   

C#

 
QuestionTreeview nodes Pin
NewToAspDotNet13-Nov-07 5:17
NewToAspDotNet13-Nov-07 5:17 
AnswerRe: Treeview nodes Pin
Ravi Bhavnani13-Nov-07 6:42
professionalRavi Bhavnani13-Nov-07 6:42 
GeneralRe: Treeview nodes Pin
ckelker15-Nov-07 7:35
ckelker15-Nov-07 7:35 
Questionopen/move application to secondary display? Pin
adamdz13-Nov-07 5:12
adamdz13-Nov-07 5:12 
AnswerRe: open/move application to secondary display? Pin
adamdz13-Nov-07 5:22
adamdz13-Nov-07 5:22 
GeneralRe: open/move application to secondary display? Pin
DaveyM6913-Nov-07 9:28
professionalDaveyM6913-Nov-07 9:28 
Questioncall a form Pin
uppuluripavan13-Nov-07 5:07
uppuluripavan13-Nov-07 5:07 
QuestionMDIParent, MDIChild and MDI..ermmm..GrandChild? (How to set the MDIParent on a form that is called through a child form?) Pin
MNantu13-Nov-07 5:06
MNantu13-Nov-07 5:06 
Hi everyone,

I have a little problem and I feel like the solution is in front of me but I just can't make it happen.

I haven't googled it yet, just because i don't know how to search it, but I'm looking for it in the MSDN Forums (Searched MDI in forums and reading the topics whichever looks close to solution.) and I was unable to find something for the problem.

The problem is I have an MDI form and I show a dialog which offers you some options and when the user clicks the button a new dialog appears.But I couldn't find a way to set the MDIParent property for the form that is called from the child.So the new form appears independent from the MDIParent.

What I've tried is:

I tried overloading the Form.Show(this.MDIParent)
I've created an instance of the MDI form in the Grandchild(?) form. I've tried to set the this.MDIParent = MDIMain but it just didn't work.
I've tried this.AddOwnedForm(Form)

So, surprisingly, none of them worked.

It'd be really nice if you could help me through or hold my hand and take me to the neverland. =)

Thanks.
AnswerRe: MDIParent, MDIChild and MDI..ermmm..GrandChild? (How to set the MDIParent on a form that is called through a child form?) Pin
Shpendh13-Nov-07 5:23
Shpendh13-Nov-07 5:23 
GeneralRe: MDIParent, MDIChild and MDI..ermmm..GrandChild? (How to set the MDIParent on a form that is called through a child form?) Pin
MNantu13-Nov-07 5:36
MNantu13-Nov-07 5:36 
GeneralRe: MDIParent, MDIChild and MDI..ermmm..GrandChild? (How to set the MDIParent on a form that is called through a child form?) Pin
DaveyM6913-Nov-07 7:43
professionalDaveyM6913-Nov-07 7:43 
GeneralRe: MDIParent, MDIChild and MDI..ermmm..GrandChild? (How to set the MDIParent on a form that is called through a child form?) Pin
MNantu13-Nov-07 21:12
MNantu13-Nov-07 21:12 
Questiondatagridview problem Pin
xenepp13-Nov-07 5:03
xenepp13-Nov-07 5:03 
Questiondatagridview checkbox not functioning Pin
arkiboys13-Nov-07 4:37
arkiboys13-Nov-07 4:37 
AnswerRe: datagridview checkbox not functioning Pin
led mike13-Nov-07 4:44
led mike13-Nov-07 4:44 
GeneralRe: datagridview checkbox not functioning Pin
arkiboys13-Nov-07 5:01
arkiboys13-Nov-07 5:01 
QuestionHow Do I Set a Combo Box Default Item? Pin
Jonso13-Nov-07 4:12
Jonso13-Nov-07 4:12 
AnswerRe: How Do I Set a Combo Box Default Item? Pin
Justin Perez13-Nov-07 4:23
Justin Perez13-Nov-07 4:23 
GeneralRe: How Do I Set a Combo Box Default Item? Pin
Jonso13-Nov-07 4:53
Jonso13-Nov-07 4:53 
GeneralRe: How Do I Set a Combo Box Default Item? [modified] Pin
Justin Perez13-Nov-07 4:56
Justin Perez13-Nov-07 4:56 
QuestionListViewItem Transparent BackColor Pin
MWaqas Badar13-Nov-07 3:53
MWaqas Badar13-Nov-07 3:53 
AnswerRe: ListViewItem Transparent BackColor Pin
Judah Gabriel Himango13-Nov-07 4:13
sponsorJudah Gabriel Himango13-Nov-07 4:13 
QuestionHow to get the names of all classes wich are derived from a base class ? Pin
MarkPhB13-Nov-07 3:49
MarkPhB13-Nov-07 3:49 
AnswerRe: How to get the names of all classes wich are derived from a base class ? Pin
Judah Gabriel Himango13-Nov-07 4:08
sponsorJudah Gabriel Himango13-Nov-07 4:08 
AnswerRe: How to get the names of all classes wich are derived from a base class ? [modified] Pin
ss2013-Nov-07 4:30
ss2013-Nov-07 4:30 

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.