I want to be able to draw outside my window; i.e., anywhere on the screen. I THINK that I need to get the DC of the screen, but don't know how to do it.
Thanks.
Larry Woods
I want to be able to draw outside my window; i.e., anywhere on the screen. I THINK that I need to get the DC of the screen, but don't know how to do it.
Thanks.
Larry Woods
Try
GetDC( GetDesktopWindow( ) )
Regards,
Paul McKenzie
Or
::GetDC(NULL);
Wayne