Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Change start button text in VB6

 
Post new topic   This topic is locked: you cannot edit posts or make replies.    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Luigi
Grandmaster Cheater Supreme
Reputation: 1

Joined: 24 Mar 2008
Posts: 1082

PostPosted: Wed Jul 02, 2008 5:35 pm    Post subject: Change start button text in VB6 Reply with quote

You need:
1 text box
1 command button
-------------------------

In the command button you put:

Code:


   Dim StartBar As Long
   Dim StartBarText As Long
   Dim sCaption As String

   StartBar = FindWindow("Shell_TrayWnd", vbNullString)
   StartBarText = FindWindowEx(StartBar, 0&, "button", vbNullString)

   sCaption = Text1
   SendMessageSTRING StartBarText, WM_SETTEXT, 256, sCaption






above the code of the command1.click:


Code:
 

   Option Explicit
   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 SendMessageSTRING Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As String) As Long

   Private Const WM_SETTEXT = &HC
   Private Const WM_GETTEXT = &HD
Back to top
View user's profile Send private message
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Wed Jul 02, 2008 6:36 pm    Post subject: Reply with quote

http://www.astahost.com/visual-basic-change-start-button-text-xp-t5173.html
Back to top
View user's profile Send private message
AndrewMan
Grandmaster Cheater Supreme
Reputation: 0

Joined: 01 Aug 2007
Posts: 1257

PostPosted: Wed Jul 02, 2008 9:09 pm    Post subject: Reply with quote

slovach wrote:
http://www.astahost.com/visual-basic-change-start-button-text-xp-t5173.html


LOL wow...

_________________
Back to top
View user's profile Send private message
Luigi
Grandmaster Cheater Supreme
Reputation: 1

Joined: 24 Mar 2008
Posts: 1082

PostPosted: Sat Jul 05, 2008 12:16 am    Post subject: Reply with quote

lol wrong site.
And wicaan, who said i reworded?
Back to top
View user's profile Send private message
nwongfeiying
Grandmaster Cheater
Reputation: 2

Joined: 25 Jun 2007
Posts: 695

PostPosted: Sat Jul 05, 2008 12:26 am    Post subject: Reply with quote

If I was a moderator, I would ban all people who even remotely copied and pasted. It's so fucking retarded that you can't write a simple tutorial on how to change the text of an object.
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Sat Jul 05, 2008 3:55 am    Post subject: Reply with quote

metal luigi3 wrote:
lol wrong site.
And wicaan, who said i reworded?


http://www.google.com/search?hl=en&safe=off&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs=QJj&q=%22SendMessageSTRING+StartBarText%2C+WM_SETTEXT%2C+256%2C+sCaption%22&btnG=Search

Pick a site, the code is the same from all of them which some are over a couple years old. It's obvious you didn't write it. If you are going to sit there and admit it and get cocky don't expect to get off with just a warning next time.

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites