[Xnews] Alter taskbar tab entry?

  • Thread starter Thread starter Mozzy
  • Start date Start date
M

Mozzy

Sometimes I run two copies of Xnews simultaneously (using the /m switch).

It can be tricky to distinguish between which tab reletes to which Xnews.

Is there a windows function which lets me change the text showing in the
application's tab in the taskbar. I could put "Xnews1" and "Xnews2".

Or can I change the icon which appears on the tab?

If not then does anyone know where in the Xnews executable I might use a
resource editor to make a change to the tab's text?
 
Mozzy said:
Sometimes I run two copies of Xnews simultaneously (using the /m
switch).

It can be tricky to distinguish between which tab reletes to which
Xnews.

Is there a windows function which lets me change the text showing in
the application's tab in the taskbar. I could put "Xnews1" and
"Xnews2".

Or can I change the icon which appears on the tab?

If not then does anyone know where in the Xnews executable I might
use a resource editor to make a change to the tab's text?

Could you set up two shortcuts on the Desktop or in the Quick Launch Bar
with different names and/or icons?
 
Mozzy said:
Is there a windows function which lets me change the text showing
in the application's tab in the taskbar.
I could put "Xnews1" and "Xnews2".

Or can I change the icon which appears on the tab?

If not then does anyone know where in the Xnews executable I might
use a resource editor to make a change to the tab's text?

You use ONE executable to run both instances - right?
Then there is nothing you can do.
If you want to run two different executables, then yes.

--
Regards,
Guy

Xnews "XP" Icon Patcher Files
<http://xnews-icon-patchers.bebto.com/patcher.html>
 
Guy said:
You use ONE executable to run both instances - right?
Then there is nothing you can do.
If you want to run two different executables, then yes.


Hello Guy. Sorry if I didn't make it clear. I run two completely
separate Xnews folders. Each folder has its own full set of files
including its own Xnews.exe.

That's why I thought I might be able to tweak one of the Xnews EXEs
(if only I knew how) to make it have a different look to its
taskbar tab.
 
What does the window you want changed say now. What do you want it to say. If LegacyNews1 is the same titlebar text as LegacyNews2 then could you start LegacyNews1, run a titlebar changing program, then run LegacyNews2.
 
Sometimes I run two copies of Xnews simultaneously (using
the /m switch).

It can be tricky to distinguish between which tab reletes
to which Xnews.

Is there a windows function which lets me change the text
showing in the application's tab in the taskbar. I could
put "Xnews1" and "Xnews2".

Or can I change the icon which appears on the tab?

If not then does anyone know where in the Xnews executable
I might use a resource editor to make a change to the tab's
text?

The first ("main") icon starts at about (+/-) x10cd30.
You could replace the next about 600+ bytes using some hexed.
I've tried it on xnews.exe (pasted its 2 icon over the 1st one)
and it looks, well, different.

BTW, there must be some util that'd replace "this by that" in an
executable. I did not bother to look. ;)

J
 
Maerko said:
Hello Guy. Sorry if I didn't make it clear. I run two completely
separate Xnews folders. Each folder has its own full set of files
including its own Xnews.exe.

That's why I thought I might be able to tweak one of the Xnews EXEs
(if only I knew how) to make it have a different look to its
taskbar tab.

OK, both your desires may be accomplished.


Need to use a hex editor to alter the executable.

Hint: Find "Xnews" followed by many "NULL"s.

FF FF FF FF 05 00 00 00 58 6E 65 77 73 00 00 00 ÿÿÿÿ....Xnews...
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................


Need a resource editor to alter the Icon - MAINICON.

See DC's site for same information:
<http://dcicons.fateback.com/resources.html>

--
Regards,
Guy

Xnews "XP" Icon Patcher Files
<http://xnews-icon-patchers.bebto.com/patcher.html>
 
-- snip --

David Candy said:
What does the window you want changed say now. What do you want
it to say. If LegacyNews1 is the same titlebar text as
LegacyNews2 then could you start LegacyNews1, run a titlebar
changing program, then run LegacyNews2.


David. I think there is sime confusion. It's not the window title I want to
change but the contents of the taskbar tab.
 
MartinS said:
Could you set up two shortcuts on the Desktop or in the Quick
Launch Bar with different names and/or icons?


Yes I already do that but when both Xnews's are running then there is no way
to know which one you are selecting from the contents of th taskbar tabs/
 
Guy said:
OK, both your desires may be accomplished.

BTW did you see:
<[email protected]>?


Yes I have just read it and replied.

Need to use a hex editor to alter the executable.

Hint: Find "Xnews" followed by many "NULL"s.

FF FF FF FF 05 00 00 00 58 6E 65 77 73 00 00 00
ÿÿÿÿ....Xnews... 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 ................

Am using WinHex on Xnews 5.04.24 and found that "Xnews" starting at
0x00ED60D. It worked like a charm and I have a new tab label

Need a resource editor to alter the Icon - MAINICON.

I changed the Xnews MAINICON for an icon I found in \system32\shell32.ddl
and it worked a treat. Thanks for all the info.
See DC's site for same information:
<http://dcicons.fateback.com/resources.html>

BTW do you know where I can get plain *sensible* icons from? All the free
icons I have seen on the websites are a bit to wacky (and indistinct) for my
liking.

Thanks once again.
 
Back
Top