How to display a message box in C# as system modal, something like vbModal in Visual Basic 6?
vbModal
You should also be asking yourself if you really want to be creating a system modal message box, its considered bad UI design and that's why its not in .NET out the box.