M
Maarten
Hi all,
I' facing a problem here that i am stucked with since i started with.net
in vb6.0 i used for example Form1.txtName.text = "test"
in vb.net i used DirectCast(Me.MdiParent,
Form1).txtName.text = "test"
and in C# i use ?
i have a settingsform where users can make changes of in and output's
these changes must be changed on the mdiparrent form.
So how can i call a function on an MDIparrent from a childform
Thanks Maarten
I' facing a problem here that i am stucked with since i started with.net
in vb6.0 i used for example Form1.txtName.text = "test"
in vb.net i used DirectCast(Me.MdiParent,
Form1).txtName.text = "test"
and in C# i use ?
i have a settingsform where users can make changes of in and output's
these changes must be changed on the mdiparrent form.
So how can i call a function on an MDIparrent from a childform
Thanks Maarten