I'm looking for something like an active/inactive form where for example: When a child form pops up, the focus is directed on the child form, thus darkening the Parent Form when it's not focused.
I tried the solution by Idle_Mind @ https://stackoverflow.com/a/27305972/5617676 . It worked perfectly for my friend but for some reason it partially worked for me (We have the same exact code and program since we're both working on this one system). What happened was when the child form pops up, the Parent form zooms in for about 20% and also a part of the parent form is cut off.
Sample Pictures: Before and After (Child Form popup)