VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

This Code Changes The Default Start Pannel Button Name.

jeff?  (1 Submission)   Windows System Services   Visual Basic 5.0   Unknown Difficulty   Sun 19th February 2006   Mon 8th February 2021

This Code Changes The Default Start Pannel Button Name.

API Declarations


Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Integer, ByVal lParam As Any) As Long
Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
Private Declare Function FindWindowEx Lib "user32" Alias "FindWindowExA" (ByVal hWnd1 As Long, ByVal hWnd2 As Long, ByVal lpsz1 As String, ByVal lpsz2 As String) As Long
Private Declare Function SetWindowText Lib "user32" Alias "SetWindowTextA" (ByVal hwnd As Long, ByVal lpString As String) As Long
Private Const WM_SETTEXT = &HC

Rate This Code Changes The Default Start Pannel Button Name. (1(1 Vote))
This Code Changes The Default Start Pannel Button Name..bas

This Code Changes The Default Start Pannel Button Name. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters