Well, get rid of that other stuff you put in there, and only use this rect:
Code:
fullscreenrect = CRect( 0,0, GetSystemMetrics(SM_CXSCREEN),
                             GetSystemMetrics(SM_CYSCREEN) );