by Gilmet (1 Submission)
Category: Graphics
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating:
(8 Votes)

Interactive menu similar to the ones built with Flash/Swish. Image changes when mouse over menu item and sound effect plays (using API call) for Button Over and Pressed events. No OCX's and DLL's used in this snippet of code. Pure VB. You can change menu image to whatever you want, but you will have to modify the coordinates in the lblMenu_MouseMove sub for the imgMenuOn content. Please vote if you find this useful. Comments are welcomed. Enjoy!