VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

This code is developed to change the name of start button(Only in XP)

mahesh vaghasiya  (4 Submissions)   Windows System Services   VB 6.0   Unknown Difficulty   Sat 8th June 2002   Mon 8th February 2021

This code is developed to change the name of start button(Only in XP)

API Declarations


'If u r havign any kind of Comments regarding this snippet please contact at [email protected]

'This code requires one text box control and one command button

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 is developed to change the name of start button(Only in XP) (1(1 Vote))
This code is developed to change the name of start button(Only in XP).bas

This code is developed to change the name of start button(Only in XP) Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters