| | |
call sub child froms in mdi form
Please support our C# advertiser: Intel Parallel Studio Home
Thread Solved |
0
#2 27 Days Ago
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 27 Days Ago
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: 26
Reputation:
Solved Threads: 0
0
#4 25 Days Ago
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
| Thread Tools | Search this Thread |
.net access algorithm array barchart bitmap box broadcast c# check checkbox client combobox control conversion csharp custom cyclethruopenforms data database datagrid datagridview dataset date/time datetime degrees development dll draganddrop drawing encryption enum event excel file finalyearproject form format forms function gdi+ getoutlookcontactusinfcsvfile globalization httpwebrequest image index input install installer java label list listbox mandelbrot math mono mouseclick mysql operator panel path photoshop picturebox pixelinversion post programming radians regex remote remoting richtextbox save server silverlight sleep socket sql sql-server statistics stream string table text textbox thread time timer timespan update usercontrol users validate validation visualstudio webbrowser wia windows winforms wpf xml






