@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: This function sends a message to the system to add, modify, or delete an application-specific icon from the taskbar status area. It does not affect icons appearing on the home screen. !!!!C# Signature: [DllImport("coredll.dll")] static extern uint Shell_NotifyIcon(uint message, ref NOTIFYICONDATA data); !!!!User-Defined Types: ''[message]'' uint NIM_ADD = 0x00; uint NIM_MODIFY = 0x01; uint NIM_DELETE = 0x02; !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Refer to the NOTIFYICONDATA '''Sample Code''' section. Documentation: Shell_NotifyIcon@msdn on MSDN
Edit coredll.Shell_Not...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.