> Does anyone have any code for reading the contents of the Notification
> Queue? Code for editing existing entries or adding new entries would
> be great too.
I can answer my own question here - I went to:
http://www.opennetcf.org
...downloaded the Smart Device Framework 2.1 and was then able to use the
OpenNETCF.WindowsCE.Notification namespace:
Dim NotificationHandles As Integer() =
OpenNETCF.WindowsCE.Notification.Notify.GetUserNotificationHandles
I hope that helps someone - I could still do with answer for my other thread
'New Task Event' if anyone has any ideas?