Click here to Skip to main content
15,888,579 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

When i click on checkbox in one form, another form will open as popupup.the problem is how to disable the parent form,upto child window opened.

Regards,
Srikanth.
Posted
Updated 3-Jul-17 9:28am

By using a modal form, by calling ShowDialog instead of Show.
 
Share this answer
 
If You make your question more ellaborate then it is esy to answer.But according to my understanding you can use

parentform.hide() at the time of child form is open

try it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900