That would shure look special...!
I just had to wonder...

Code: Select all
Rect.RECT
hDC = GetDC_(0)
Rect\Right = 1024
Rect\Bottom = 768
InvertRect_(hDC, Rect)
ReleaseDC_(0, hDC)Nice code Trond. Guess what I'll send you through e-mail?Trond wrote:PB code:Code: Select all
Rect.RECT hDC = GetDC_(0) Rect\Right = 1024 Rect\Bottom = 768 InvertRect_(hDC, Rect) ReleaseDC_(0, hDC)