See this question: Windows Mobile notification dialog.
You use the class Microsoft.WindowsCE.Forms.Notification.
Johan Kullbom
2010-02-21 12:10:16
See this question: Windows Mobile notification dialog.
You use the class Microsoft.WindowsCE.Forms.Notification.
You could always PInvoke the native call SHNotificationAdd. The menu information is stored in the skm and rgskn fields in the SHNOTIFICATIONDATA structure.
I found the method, so I am answering my own question:
the following blog posts are useful
http://www.christec.co.nz/blog/archives/104 http://www.christec.co.nz/blog/archives/150