Jump to content

Recommended Posts


Posted

It's a neat and simple way to do it, thanks.

However, I'd really like to get rid of the mandatory hyphen between site title and the customizable text (“ ”), which may be set by your tool (cf. attached screenshot).

Do you know how this can be done?

post-89609-1142595764_thumb.png

  • 2 weeks later...
Posted
You'd probably have to replace another string. Most likely either "%s - %s" or "%1 - %2".

This is the code that changes the title bar, as you can see there is nothing in it like that.

objReg.SetStringValue HKEY_CURRENT_USER, strKeyPath, strValueName, strValue
Posted

Many ways lead to Rome if you intend to change the “customizable” part of this text.

I found one for Resource Hacker altering browselc.dll.

However, it doesn't offer me a solution:

The title bar should merely show a site's headline and nothing else!

Making Window Title in HKCU\Software\Microsoft\Internet Explorer\Main a nullstring ("") will result in something like

Change My Computer Icon Name And IE Title Bar Name - MSFN Forums -

See the redundant string “ -” at the end?

How do I prevent it?

Posted (edited)
Easy solution : use a font with no hyphen character as the titlebars font

That would result in no hyphens being displayed at all, therefore "Change My Computer Icon Name And IE Title Bar Name MSFN Forums" instead of "Change My Computer Icon Name And IE Title Bar Name - MSFN Forums". That's not what I want.

"Hard solution"? C'mon Coders—go for it! :hello:

Edited by Mikka
  • 2 weeks later...
Posted

You'd probably have to replace another string. Most likely either "%s - %s" or "%1 - %2".

This is the code that changes the title bar, as you can see there is nothing in it like that.

objReg.SetStringValue HKEY_CURRENT_USER, strKeyPath, strValueName, strValue

I mean in iexplore.exe itself. Or one of the many DLLs used.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...