Hi Sir
i am facing a problem while developing c#.net windows form application that i have one parent form and his child form. when child form is active on above parent form then it should not be get minimized when clicking on parent form.
in short how to create a form (popup form )that should not be minimize
when clicking anywhere in parent form.
Loading
Jignesh TrivediPosted Jun 16, 2013, 11:54 PM
hi,
In this case you can you Model dialog box.
Please refer
http://msdn.microsoft.com/en-us/library/aa984358(v=vs.71).aspx
hope this will help you.
Rohit JainPosted Jun 17, 2013, 4:18 AM
it's working fine..