mdi form
C#
3
Posts
3
Posters
0
Views
1
Watching
-
how can i access control that is on parent mdi form from the child mdi form.
-
how can i access control that is on parent mdi form from the child mdi form.
Use the Parent property of child MDI form. Then you can access controls collection to find your desired controls.
"A good programmer is someone who looks both ways before crossing a one-way street." -- Doug Linder
coolestCoder
-
how can i access control that is on parent mdi form from the child mdi form.
make that control public. create an object of that form. access that control through this object in your child form
Sr. Software Engineer Irevna, India