Projects

Find all our projects in development below.
All source code is GNU General Public License (GPL)

Winamp Hotkey Gamepad Edition

Browsing MainMod.bas (286 B)

Attribute VB_Name = "MainMod"

Public Const AppRegRoot = "Software\Winamp Hotkey Gamepad Edition\"

Sub Main()
    If App.PrevInstance Then
        MsgBox "Winamp Hotkey Gamepad Edition is already running.", vbInformation
        End
    End If
    SplashForm.Show
End Sub

Download MainMod.bas

Back to file list


Back to project page