PDA

View Full Version : microsoft,title (WME)



nikunjsays
10-14-2002, 05:40 AM
can i change the word"microsoft" appearing here and tjher in windows to anything else ???

how can i change the title appearing in the titlebar of any application

DanK
10-14-2002, 06:50 AM
I've never seen this tweak for word, its simple enough to change the title bars in outlook express and internet explorer

Nana
10-14-2002, 10:25 AM
nikunjsays,

Here are some of the Title Bar tweaks you can use to have your own title appear instead of Microsoft.

<a target="_blank" href=http://www.winguides.com/registry/display.php/800/>Change the Title of Windows Media Player (All Versions)</a>

<a target="_blank" href=http://www.winguides.com/registry/display.php/1138/>Customize Microsoft Access Identification (All Versions)</a>

<a target="_blank" href=http://www.winguides.com/registry/display.php/62/v>Change the Internet Explorer Window Title (All Versions)</a>

<a target="_blank" href=http://www.winguides.com/registry/display.php/342/>Change the Outlook Express Window Title (All Versions)</a>

I found all four of these by doing a search here on <a target="_blank" href=http://www.winguides.com/search.php?guide=community>WinGuides Advanced Search Page</a>.
Hope it helps.

Nana /images/forums/icons/smile.gif

DanK
10-14-2002, 10:33 AM
Cheers for supplying the links Nana

/images/forums/icons/smile.gif

Nana
10-14-2002, 10:37 AM
Hey, Dan!

It's called "Having far too much time on my hands!"

Nana /images/forums/icons/wink.gif

DanK
10-14-2002, 10:44 AM
I never seem to have enough, most times i don't know if i'm coming or going

/images/forums/icons/crazy.gif

Take care, Dan /images/forums/icons/smile.gif

Nana
10-14-2002, 12:36 PM
You too. Thanks.
Nana /images/forums/icons/smile.gif

MnInShdw
10-14-2002, 09:00 PM
Why not using the VBA behind Word ( or the other members of Office Applications ) and change the title bar.
Launch Word
Press Alt+F10
From "Insert " Menu select Module
type the following 3 lines in the right pane:
Sub test()
Application.Caption = "MnInShdw"
End Sub

click "test" and press F5.
Now if you go back to word, the title has changed to MnInShdw.