Click to See Complete Forum and Search --> : How do I draw a shape ANYWHERE on the screen? Get the DC of the screen?


Larry Woods
May 31st, 1999, 12:04 PM
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

Paul McKenzie
May 31st, 1999, 01:42 PM
Try

GetDC( GetDesktopWindow( ) )

Regards,

Paul McKenzie

Wayne Fuller
May 31st, 1999, 01:45 PM
Or
::GetDC(NULL);



Wayne