Entire screen semi-transparent modal .Net winforms

Have you seen a wb screen that forces the whole page to be disabled so you can click ok/cancel or a similar dialog?  Since popups have been largely eliminated, a floating div has become more common.  I wanted to create this same effect in a Windows form application, and here I will detail the steps [...]