Rename Start Button

Reply

Join Date: Jan 2009
Posts: 7
Reputation: vasunttfshimoga is an unknown quantity at this point 
Solved Threads: 0
vasunttfshimoga vasunttfshimoga is offline Offline
Newbie Poster

Rename Start Button

 
0
  #1
Feb 12th, 2009
Hello friends,i want a know who to rename the start in windows through the Application developed by VB 6.0.If u know means pls help......
Reply With Quote Quick reply to this message  
Join Date: Sep 2008
Posts: 147
Reputation: samir_ibrahim is on a distinguished road 
Solved Threads: 16
samir_ibrahim's Avatar
samir_ibrahim samir_ibrahim is offline Offline
Junior Poster

Re: Rename Start Button

 
0
  #2
Feb 14th, 2009
Just curious

What do you want to name it?
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 509
Reputation: selvaganapathy is an unknown quantity at this point 
Solved Threads: 88
selvaganapathy's Avatar
selvaganapathy selvaganapathy is offline Offline
Posting Pro

Re: Rename Start Button

 
0
  #3
Feb 15th, 2009
Hi,
Refer FindWindow(), SetWindowText() APIs which helps you to change the Name of start button.
KSG
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: Rename Start Button

 
0
  #4
Feb 15th, 2009
It is important to mention here, that it is easy enough to use findwindow and setwindowtext to change the caption of the start button, but it is more important to mention, that it doesn't show up until you put your mouse over it (force it to animate [change to lighter green] in XP), and worse yet.... even after you change it, as soon as it's parent (Shell_TrayWnd) gets any kind of focus again, the first thing it will do is change the caption BACK to start. So, unless you plan to devour system resources by polling the start button's caption and changing it when it needs it.... you'll have to edit explorer.exe and change it in there. You can make it effective if you lock the taskbar, so that the Shell_TrayWnd isn't easily accessible with the mouse, but this will still cause some issues for you.
Last edited by Comatose; Feb 15th, 2009 at 3:18 pm.
Attached Files
File Type: zip ChangeCap.zip (1.7 KB, 5 views)
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 509
Reputation: selvaganapathy is an unknown quantity at this point 
Solved Threads: 88
selvaganapathy's Avatar
selvaganapathy selvaganapathy is offline Offline
Posting Pro

Re: Rename Start Button

 
0
  #5
Feb 19th, 2009
Yes, I agree Comatose
KSG
Reply With Quote Quick reply to this message  
Join Date: Feb 2009
Posts: 27
Reputation: Tamir09 is an unknown quantity at this point 
Solved Threads: 0
Tamir09 Tamir09 is offline Offline
Light Poster

Re: Rename Start Button

 
0
  #6
Feb 22nd, 2009
Originally Posted by vasunttfshimoga View Post
Hello friends,i want a know who to rename the start in windows through the Application developed by VB 6.0.If u know means pls help......
what do you mean rename the "Start" in Windows? Is it that you want to call it something else other than "Start" ?

Hmm, I never came across a situation where someone wanted to rename the "Start" menu...
Last edited by Tamir09; Feb 22nd, 2009 at 2:25 am.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Visual Basic 4 / 5 / 6 Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC