| | |
call sub child froms in mdi form
Please support our C# advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved |
0
#2 Oct 31st, 2009
Upload a sample project demonstrating the behavior you are currently experiencing and how you would like it to work. I'm afraid I don't understand what you are asking.
1
#3 Oct 31st, 2009
Hello.
I'm not sure if this is what you're looking for, but to get array of child forms, you can use the
I'm not sure if this is what you're looking for, but to get array of child forms, you can use the
MdiChildren property, e.g.: c# Syntax (Toggle Plain Text)
this.MdiChildren[0].BackColor = Color.Black; //and in same manner for sub - sub child forms this.MdiChildren[0].MdiChildren[1].BackColor = Color.Black;
So what if you can see the darkest side of me?
No one would ever change this animal I have become
Help me believe it's not the real me
Somebody help me tame this animal
No one would ever change this animal I have become
Help me believe it's not the real me
Somebody help me tame this animal
•
•
Join Date: Oct 2009
Posts: 27
Reputation:
Solved Threads: 0
0
#4 Nov 2nd, 2009
my problem solved with this code
May be its help anyone in future.
C# Syntax (Toggle Plain Text)
form info = new frmclientinfo(); info.MDIParent = this.MDIParent; info.Show();
![]() |
Other Threads in the C# Forum
- Previous Thread: class file in C#...help ASAP!!!!
- Next Thread: C#Net 2003 - Retrieve Data from DataGrid
Views: 368 | Replies: 3
| Thread Tools | Search this Thread |
Tag cloud for C#
.net access ado.net algorithm array barchart bitmap box broadcast button buttons c# chat check checkbox class client code color control conversion csharp custom database datagrid datagridview dataset datetime degrees development draganddrop drawing encryption enum event excel file files form format forms ftp function gcd gdi+ http httpwebrequest image index input java list listbox listener login mandelbrot math mouseclick mysql networking object operator oracle path photoshop picturebox pixelinversion post prime programming radians regex remote remoting richtextbox save saving server sleep socket sql statistics stream string table textbox thread time timer treeview update usercontrol validation view visualstudio webbrowser windows winforms wpf xml






