change title bar text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

change title bar text

I have done many searches using multiple engines (Google, Altavista, Yahoo!,
MetaCrawler to mention a few) using the subject words and have gotten
literally millions of hits. I found basically five different areas of
interest:

1. I can change the text in Internet Explorer's title bar (registry edit).
2. I can change the text in Outlet Express' title bar (registry edit).
Media Player, too.
3. I can change the text in the title bar of web pages (Javascript &
VBScript).
4. I can change the text in programs that I write (Visual Basic, etc. -
SetWindowText())
or
5. I can purchase <U>EPC Title Bar Changer</u> (which I have downloaded,
tried, and don't particularly care for).

I find it extremely difficult to believe that with the tens of thousands of
individually written programs on the internet which allow me to draw
pictures, listen to sounds, write text (to a file), view graphics, pictures
and movies, etc., etc., etc. there is only one program out there that will
let me customize the title bar for any program on my machine.

Does anyone know of a registry tweak, script, or program that I can use to
individualize the title bar on my system?

TIA
 
I wonder how many spyware programs are bundled with this puppy?

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
You probably have all of these. Here they are anyway. ;-)

HKEY_CURRENT_USER\Identities\{Your SID #}\Software\Microsoft\Outlook
Express\5.0
WindowTitle

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main
Window Title

You can change the title of the Command Prompt window by right clicking
the shortcut | Properties | General tab | Change the name in the box

Information about the title command for Command Prompt.
http://www.computerhope.com/titlehlp.htm

How to Change the Internet Explorer Window Title
http://support.microsoft.com/default.aspx?scid=kb;en-us;176497

Customize the Windows Logon and Security Dialog Title
http://www.winguides.com/registry/display.php/926/

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
Just write your own as I do.

hwindows = FindWindow(vbNullString, "Microsoft Works Calendar")
Ret = SetWindowText(hwindows, "Calandar")
 
Thanks to all for the replies. I'll check them all out and see which works
the best for me. Again, thanks.
 
Back
Top