VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

VBnoid

Zissopoulos John  (1 Submission)   Games   Visual Basic 5.0   Beginner   Wed 3rd February 2021

Just another Arkanoid clone. Includes some powerups and a level editor. Code in plain VB (not DX) created as a simple learning project for my teaching class. Not very special but give it a try.

Assumes
Using Windows Scripting Library for file access.

API Declarations
Private Declare Function GetCursorPos Lib "user32" (lpPoint As POINTAPI) As Long
Private Declare Function PlaySound Lib "winmm.dll" Alias "PlaySoundA" (ByVal lpszName As String, ByVal hModule As Long, ByVal dwFlags As Long) As Long
Private Declare Function GetSystemMetrics Lib "user32" (ByVal nIndex As Long) As Long
Private Declare Function GetWindowLong Lib "user32" Alias "GetWindowLongA" (ByVal hwnd As Long, ByVal nIndex As Long) As Long

Rate VBnoid (10(10 Vote))

Download VBnoid

VBnoid Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters