Files
HL2Overcharged/utils/sapi51/Samples/VB/TTSAppVB/TTSAppMod.bas
2025-05-21 21:20:08 +03:00

9 lines
197 B
QBasic

Attribute VB_Name = "TTSAppMod"
Option Explicit
Declare Function GetSysColor Lib "user32" (ByVal index As Long) As Long
Public Const COLOR_BTNFACE = 15
Public Const COLOR_3DFACE = COLOR_BTNFACE