This Program Changes the Caption of > ALMOST < any windows program!
Assumes
Surprizingly Easy... Just Type the text of the Windows Program that you wish to change then type the text you want to change it too!
Side Effects
There is no Side Effects to This Program
API DeclarationsPublic Declare Function SetWindowText Lib "user32" Alias "SetWindowTextA" (ByVal hwnd As Long, ByVal lpString As String) As Long
Public Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long