I have two frames one parent and child. the parent will invoke the child.
The program should not allow the user to access the parent until the user closes the child
How can i achive it?
Need a solution without hiding the parent

My self got the solution
use childframe.MakeModal(true) while showing the child form
and use childframe.Make Modal(False) while closing the child form

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.