Notification Queue

  • Thread starter Thread starter elziko
  • Start date Start date
E

elziko

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.

Can anyone get me started on how to do this using the Compact Framework -
I'm writing this for a WM6 Pro device.

TIA
 
elziko said:
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?
 
Back
Top