G
Guest
We need to display custom bubble notifications on Pocket PC and these notifications must be displayed topmost regardless of what is currently displayed
We did not find support for bubble notification windows in .NET Compact Framework
We tried CeSetUserNotificationEx from coredll.dll but this does not allow to customize the content+layout of the notification
We then tried SHNotificationAdd, but the resulting notification window is not system modal. It may therefore be hidden by an incoming calendar/task reminder, for instance
Actually what mechanism do the bubble notification window for the calendar/task use... it would seem to do the job for our application
Are there other solutions to display system modal custom notifications? or is it impossible?
We did not find support for bubble notification windows in .NET Compact Framework
We tried CeSetUserNotificationEx from coredll.dll but this does not allow to customize the content+layout of the notification
We then tried SHNotificationAdd, but the resulting notification window is not system modal. It may therefore be hidden by an incoming calendar/task reminder, for instance
Actually what mechanism do the bubble notification window for the calendar/task use... it would seem to do the job for our application
Are there other solutions to display system modal custom notifications? or is it impossible?