Click here to Skip to main content
15,905,912 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi to all,
i am new to windows programming,can any one help me how to catch coming notifications to task bar(eg.like one mail has come),this notifications i need to store in my buffer,so that i can send it to other linux system.
Posted
Comments
Philippe Mori 3-Sep-11 8:04am    
Do you really want to catch new emails and stuff like that ?

Taskbar notifications are intended to be used internally by one application. I don't know if hooking can be applicable in that case...
anil03006 4-Sep-11 7:34am    
yes,i have to catch notifications(like new email,online..) coming on taskbar.from last 3 weeks am working on this but not a single step moved yet.
Philippe Mori 4-Sep-11 22:07pm    
It's probably because you try to do something that the system was not designed for. Windows offer basic service for an application to put an icon and update that icon in that area but not much more. And the mecanism is intended to be used from inside the application taht put the icon there to begin with.
Philippe Mori 4-Sep-11 22:03pm    
By the way, if you are new to Windows programming, you should not attempt to "hack" the system when you don't even yet know how basic things works...

If it can be done, it would be very advanced programming...
Philippe Mori 4-Sep-11 22:10pm    
Have you look inside you email program if it allows to do an action when an email is received. If so, then it might be a lot simpler. Otherwise, having a mail server might possibly be a solution. I don't really know but I do think, you look in the wrong direction.

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900