|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (6 bit)
Join Date: Aug 2002
Location: Wichita, Kansas
Posts: 36
|
drawing over windows in vb6
Is there anyway, using vb6, to draw lines, dots, etc. over everything on the screen. Unable to be covered up by any other (normal) program.
|
|
|
|
|
|
#2 |
|
Member (12 bit)
Join Date: Mar 1999
Location: MN or WI
Posts: 3,017
|
There are API calls to get a device context for the full screen (dunno how it works in VB, but standard WinAPI allows this). You could also use DirectX to accomplish that.
However, any application can overwrite their own window space, and the OS will repaint the remainder, so you'd need to constantly repaint your objects, most likely. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|