VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Paints a picture from a picture box onto the screen. It will paint over any program or you can chan

Nepveux Software  (4 Submissions)   Graphics   VB 6.0   Unknown Difficulty   Sat 29th June 2002   Mon 8th February 2021

Paints a picture from a picture box onto the screen. It will paint over any program or you can change the handle to a specific program. Notes:

API Declarations


Private Declare Function FindWindowEx Lib "user32" Alias "FindWindowExA" (ByVal hWnd1 As Long, ByVal hWnd2 As Long, ByVal lpsz1 As String, ByVal lpsz2 As String) As Long

Private Declare Function GetWindowDC Lib "user32" (ByVal hwnd As Long) As Long
Private Declare Function ReleaseDC Lib "user32" (ByVal hwnd As Long, ByVal hdc As Long) As Long

Private Declare Function BitBlt Lib "gdi32" (ByVal hDestDC As Long, ByVal X As Long, ByVal Y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal hSrcDC As Long, ByVal xSrc As Long, ByVal ySrc As Long, ByVal dwRop As Long) As Long

Rate Paints a picture from a picture box onto the screen. It will paint over any program or you can chan (1(1 Vote))
Paints a picture from a picture box onto the screen. It will paint over any program or you can chan.bas

Paints a picture from a picture box onto the screen. It will paint over any program or you can chan Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters