Can't remember how to do this as I always wanted the form to be on top of everything so that you couldn't touch the other window from behind unless you closed the one on top.

I am currently using this

Code:
new WhatsNew().ShowDialog();
What do I need to do in order to display the window but also be able to click on the window behind that window please?

Thanks