VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Change Windows Caption

Dillon  (1 Submission)   Custom Controls/Forms/Menus   Visual Basic 3.0   Beginner   Wed 3rd February 2021

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 Declarations
Public 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

Rate Change Windows Caption (5(5 Vote))
Change Windows Caption.bas

Change Windows Caption Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters