hello!
this is the prob, the parent window and the child window is opened.
in parent window there is a textbox, in child window there is a checkbox,
when i check the checkbox the textbox in parent window must enable or vise versa it will diable. how can do that?
in vb6 you can simply code form1.textbox.enabled=true, but not in C#.

tnx