|
|
Comments and Discussions
|
|
 |

|
Hi,
I am facing one problem: In my application I want to delete my printer Queue document. I am able to delete successfully. \
Now my problem is, the system Tray Icon's tool tip text is not updating the status. it is showing some document is pending in the printer queue.
So I am planning to delete/refresh the printer Icon from the system tray, if any one could help in this then it will be great!...
My mail ID Sebastin_saji@hotmail.com
T.Sebastin.T
|
|
|
|
|

|
yeah, any .net language would be great... Have u tried yet Peter?
All your source are belong to us!
|
|
|
|

|
Some months ago I had ported about 80% of the code to C# (using both managed and p/invoke calls). Things came up and so I never got around to finishing it. I will see what I can do and post and article on it sometime in the future.
|
|
|
|

|
Hello,
First, excuse my bad english (it's not my native language, I'm French).
Then, I'm a studient and I have to create a programm which could hide/unhide any icons in the systray (even extern processes' icons) in VB or in C/C++. Do you know a way to do it?
|
|
|
|

|
:(How to enumerate the icons in the Systray???And How to Get the programe who founds the button in systray? for instance,sound Icon and its button,who founds them??? how to get?
|
|
|
|

|
I can suggest one more approach (not perfect, but worth considering, I think).
Having found the tray window you can send WM_MOUSEMOVE to it with different coordinates trying to guess the icon location. As soon the message is forwarded to your application (wrapped in the message specified when calling Shell_NotifyIcon) you have found it.
Regards,
Sergei.
|
|
|
|
|

|
Oops! Sorry, somehow I have missed that part.
|
|
|
|

|
Thanks to the article,I acquired some knowledges from this.but I have a problem:how to get the tip of the icon in the system tray, and how to get the index of the certain icon in the system tray?
|
|
|
|
 |
|
|
General News Suggestion Question Bug Answer Joke Rant Admin
|
Ever wanted to know position of your tray icon? Windows supplies no API for that. This class is a compact solution that works.
| Type | Article |
| Licence | CPOL |
| First Posted | 20 Feb 2003 |
| Views | 171,167 |
| Downloads | 4,420 |
| Bookmarked | 81 times |
|
|