Or you could do it the proper way by passing the MB_TOPMOST flag to the MessageBox call.
* Eljay slaps vikke
code:
var result = Interop.Call("User32.dll", "MessageBoxW", 0, "Your account has been disabled. Do you want more infomation?", "Error!", 16|4|0x40000);