Projects

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

Player Search Half-Life Edition

Browsing MainMod.bas (438 B)

Attribute VB_Name = "MainMod"

Private Const WM_CUT = &H300
Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long

Public Const KEY_F5 = 116
Public Const RegAppRoot = "Software\Player Search\Half-Life\"

Public ExecutablePath As String
Public Sub ClipboardCut(hWnd As Long)
    SendMessage hWnd, WM_CUT, 0&, 0&
End Sub


Download MainMod.bas

Back to file list


Back to project page