12
Answers

Mdi Child and Parent Form Opening & Closing

Ankush

Ankush

9y
539
1
In my Windows Application using c#, I have created Mdi parent form and few child forms. I have linked the forms correctly, but I want that, If any child form is open then the parent form should not be working or be able to select till the child form is closed. How can I do it?
Thanks in Advance !!!  
Answers (12)
0
Chintan Rathod

Chintan Rathod

NA 5.5k 1.9m 13y
<script src="../helloworld.js">
</script>

Now, whenever the page is loaded, the browser also puts the script
"helloworld.js" in the page. Note that you do not see the script in
your source code, you just see the include tag.

By including the above reference, your browser will now download
the code stored inside "helloworld.js" and run it as if it was physically
typed onto the page.