| | |
call sub child froms in mdi form
Please support our C# advertiser: Intel Parallel Studio Home
Thread Solved |
0
#2 28 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 28 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 26 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 angle array barchart bitmap box broadcast c# capturing check checkbox client combobox control conversion convert csharp custom database datagrid datagridview dataset datetime dbconnection degrees delegate design development disappear draganddrop drawing encryption enum event excel file firefox form format forms function gdi+ httpwebrequest image index input install java label leak libraries list listbox mandelbrot math monodevelop mouseclick msword mysql operator path pause photoshop picturebox pixelinversion post programming radians regex remote remoting richtextbox round server sleep socket sql statistics stream string table tcpclientchannel text textbox thread time timer update usercontrol validation virtualization visualbasic visualstudio webbrowser windows winforms wpf xml






