PC Review


Reply
Thread Tools Rate Thread

Change popup text of icon in system tray

 
 
Alex Coleman
Guest
Posts: n/a
 
      3rd Oct 2005
Where can I change the text in the popup for an icon in the system
tray?

I have this application which wants to name its author in great
detial in the popup and I want to remove that name!
 
Reply With Quote
 
 
 
 
Wesley Vogel
Guest
Posts: n/a
 
      3rd Oct 2005
Right click Desktop | Properties | Appearances tab |
Advanced button | Item: Tooltip |
Color 1: is the back ground color
Color: is the font color

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:96E4C256D2C6C31E75@204.153.244.170,
Alex Coleman <(E-Mail Removed)> hunted and pecked:
> Where can I change the text in the popup for an icon in the system
> tray?
>
> I have this application which wants to name its author in great
> detial in the popup and I want to remove that name!

 
Reply With Quote
 
Alex Coleman
Guest
Posts: n/a
 
      3rd Oct 2005
> Alex Coleman <(E-Mail Removed)> hunted and pecked:
>>
>> Where can I change the text in the popup for an icon in the system
>> tray?
>>
>> I have this application which wants to name its author in great
>> detail in the popup and I want to remove that name!


On Mon 03 Oct 2005 21:00:25, Wesley Vogel wrote:
>
> Right click Desktop | Properties | Appearances tab |
> Advanced button | Item: Tooltip |
> Color 1: is the back ground color
> Color: is the font color
>
> Wes



Wes, you have slightly misread my posting.
I want to change the *text* in the popup.
 
Reply With Quote
 
Wesley Vogel
Guest
Posts: n/a
 
      3rd Oct 2005
You mean the words that are displayed? Good luck!

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:96E4EDB5EAA8B31E75@204.153.244.170,
Alex Coleman <(E-Mail Removed)> hunted and pecked:
>> Alex Coleman <(E-Mail Removed)> hunted and pecked:
>>>
>>> Where can I change the text in the popup for an icon in the system
>>> tray?
>>>
>>> I have this application which wants to name its author in great
>>> detail in the popup and I want to remove that name!

>
> On Mon 03 Oct 2005 21:00:25, Wesley Vogel wrote:
>>
>> Right click Desktop | Properties | Appearances tab |
>> Advanced button | Item: Tooltip |
>> Color 1: is the back ground color
>> Color: is the font color
>>
>> Wes

>
>
> Wes, you have slightly misread my posting.
> I want to change the *text* in the popup.

 
Reply With Quote
 
Cliff Heller
Guest
Posts: n/a
 
      4th Oct 2005
Alex Coleman <(E-Mail Removed)> writes:

> Where can I change the text in the popup for an icon in the system
> tray?
>
> I have this application which wants to name its author in great
> detial in the popup and I want to remove that name!


The text exists somewhere. Get a hex editor and search the executable &
dll's. Unicode strings are not the same as ASCII. They look like ASCII
characters with nulls in between them.

You can't just delete bytes in a binary file, you have to overwrite them
- you can make an existing string shorter (which is what you want) but
not longer. Put a null in to terminate the string early.

If this doesn't make sense to you, then I don't recommend trying it.


--
"Letters may be used to construct words, phrases and sentences that may be
deemed offensive."
-Warning label on children's alphabet blocks
 
Reply With Quote
 
John Shaw
Guest
Posts: n/a
 
      7th Oct 2005
I've developed software (some of which use SysTray icons w/tooltips). The
application may be looking to see what the current text is displaying...and,
the code may be set up to update it as needed (again, depending on the app).

Using any low-level tools (to modify the app) could cause serious problems.
For example, if the pop-up text contains a status message (like "Currently
Connected" or something like that), the app may be looking to see if the
status is currently in the tooltip... if it's not, it may execute additional
code to update it. If it can't update it, it may perpetually keep trying,
wasting CPU time, etc.

Or...it may be a simple tweak that doesn't cause a problem.

Regardless... even knowing how to manipulate the systray with the Windows
API, I personally would never try modifying the app itself.

HOWEVER:

It may be simpler than that: In the folder where the app is located, check
for an INI file (or a config file, etc.). This info MIGHT be in here
(doubtful, but you never know). Another place to check is the registry (a
bit more dangerous).

The two typical places where apps store their registry software settings
are:

HKEY_CURRENT_USER\Software\<Company Name>\<Product Name>

and/or

HKEY_LOCAL_MACHINE\Software\<Company Name>\<Product Name>

You may see an entry in the INI/config file or the Registry that has this
information, or, some sort of toggle for the tooltip.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Change System Tray icon order Richard Urban Windows Vista General Discussion 0 13th Jul 2009 01:53 PM
system tray icon ---> popup menu =?Utf-8?B?amVuMjI3Ng==?= Microsoft Dot NET Compact Framework 0 2nd Oct 2005 09:35 PM
system tray icon with popup menu =?Utf-8?B?Um9iZXJ0IFNtaXRo?= Microsoft VB .NET 5 10th Mar 2005 06:05 PM
Icon change in system tray for a LAN network Rich Microsoft Windows 2000 Setup 1 5th Oct 2004 05:01 PM
Change an icon in the system tray? NeoDinian Windows XP General 2 25th Jan 2004 11:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:44 AM.