[DllImport("coredll.dll")]
static extern uint Shell_NotifyIcon(uint message, ref NOTIFYICONDATA data);
[message]
uint NIM_ADD = 0x00;
uint NIM_MODIFY = 0x01;
uint NIM_DELETE = 0x02;
Do you know one? Please contribute it!
None.
Please add some!
Refer to the NOTIFYICONDATA Sample Code section.