VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



LaserShow Credits or Picture WriterUPDATE

by Peter Hebels (13 Submissions)
Category: Graphics
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (17 Votes)

This code writes images to a form using lines (Look like laser beams) and lets the writed text or picture go down smoothly, Now the laser moves also and the writed text waits at the en of the form until the new one arrives.

API Declarations
Public 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
Public Declare Function GetPixel Lib "gdi32" (ByVal hDC As Long, ByVal X As Long, ByVal Y As Long) As Long
Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)

Rate LaserShow Credits or Picture WriterUPDATE

Download LaserShow Credits or Picture WriterUPDATE

Download LaserShow Credits or Picture WriterUPDATE (21 KB)

LaserShow Credits or Picture WriterUPDATE Comments

No comments have been posted about LaserShow Credits or Picture WriterUPDATE. Why not be the first to post a comment about LaserShow Credits or Picture WriterUPDATE.

Post your comment

Subject:
Message:
0/1000 characters