How would i make a window like
code:
var result = Interop.Call("User32.dll", "MessageBoxW", 0, "Your account has been disabled. Do you want more infomation?", "Error!", 16+4);
always stay in the centre and on top of the screen until a button is pressed.