views:

358

answers:

1

I want to show message dialog like system shows me (i.e. when SMS has arrived or Alarm). I have tried using CeSetUserNotificationEx, but i have no idea, why it always return 0 IntPtr and nothing happens. Could you provide me short and working sample of how to do this with C# and .NET Compact Framework 2.0?

+3  A: 

The message dialog is shown with the Microsoft.WindowsCE.Forms.Notification class, but to know what's wrong with your notification setup code, we need to see the actual code.

Johann Gerell