|
-
May 31st, 1999, 12:04 PM
#1
How do I draw a shape ANYWHERE on the screen? Get the DC of the screen?
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
-
May 31st, 1999, 01:42 PM
#2
Re: How do I draw a shape ANYWHERE on the screen? Get the DC of the screen?
Try
GetDC( GetDesktopWindow( ) )
Regards,
Paul McKenzie
-
May 31st, 1999, 01:45 PM
#3
Re: How do I draw a shape ANYWHERE on the screen? Get the DC of the screen?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|