VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



VBnoid

by Zissopoulos John (1 Submission)
Category: Games
Compatability: Visual Basic 5.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (10 Votes)

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

Download VBnoid

Download VBnoid (85 KB)

VBnoid Comments

No comments have been posted about VBnoid. Why not be the first to post a comment about VBnoid.

Post your comment

Subject:
Message:
0/1000 characters