How do I change the backcolor and textcolor of a MessageBox? I KNOW I have to create a App-wide Hook (SetWindowHookEx) and I KNOW I have to subclass the WM_CREATE and WM_CTLCOLOR...

Can someone show me the code?