Notification icon to activate application

  • Thread starter Thread starter andrerus
  • Start date Start date
A

andrerus

Hi, I'm writing a task-manager application (like could be Magic Button
and others) and I'd like to associate it with a notification icon. The
behaviour I'd realize is that in any time the user can recall the task-
manager by clicking on the notification icon. I tried to use
Microsoft.WindowsCE.Forms.Notification component but it show a
notification message. Does anyone have any idea?

PS: I'm using CF3.5 and developing for Windows Mobile 5.0
 
I've just done it and I can see correctly the icon inside the notify
bar, what I can't do is manage its behaviour. Normally when I click on
the icon it shows and hide a notification message, instead I would it
to activate my application (move it in foreground) WITHOUT showing any
message.
 
Back
Top