Easy way to disable while page loading?

Hello all,
Is there an easy way to disable the whole page, while a page is loading, and show a single message to indicate that the page IS loading?

Thank you,
Tim

You may be able to create and show a WebDialog (dynamically), and then close it in the Shown event of the page you are loading.