VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Very cool Splashscreen effect

by dA riPpA! (1 Submission)
Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (35 Votes)

I think it is one of the coolest Splashscreens I have ever seen on VBC. Usefull for everyone who wants to have a professional looking gui for his apps. More effects comming soon. The speed is also adjustable.

API Declarations
Public Declare Function BitBlt Lib "gdi32.dll" (ByVal hdcDest As Long, ByVal nXDest As Long, ByVal nYDest As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal hdcSrc As Long, ByVal nXSrc As Long, ByVal nYSrc As Long, ByVal dwRop As Long) As Long
Public Declare Function ReleaseDC Lib "user32" (ByVal hWnd As Long, ByVal hdc As Long) As Long
Public Declare Function GetDC Lib "user32" (ByVal hWnd As Long) As Long
Public Declare Function GetDesktopWindow Lib "user32" () As Long
Public Declare Function SetPixel Lib "gdi32" (ByVal hdc As Long, ByVal x As Long, ByVal Y As Long, ByVal crColor 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 Function GetTickCount Lib "kernel32" () As Long

Rate Very cool Splashscreen effect

Download Very cool Splashscreen effect

Download Very cool Splashscreen effect (19 KB)

Very cool Splashscreen effect Comments

No comments have been posted about Very cool Splashscreen effect. Why not be the first to post a comment about Very cool Splashscreen effect.

Post your comment

Subject:
Message:
0/1000 characters