Microsoft.WindowsCE.Forms.Notification

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all.
I am tring to use this library for popup my notification in my Pocket PC
application, runing over CF2.0.
Problem is, that when I do myNotification.visible = true, it do nothing,
bether say, the notification is showed, but not on front, but on background,
so it is visible for user.

Am I able to bring notification to front?

Thx.
Karel
 
I am sorry.
I did wrong description, hope you are not much puzzled.
The right is:
.... so it is NOT visible for user...

What I could show you about reproducing behavior?
The application runs in fullscreen mode by using coredll.dll
lHwnd = GetHwnd(Me)
SetForegroundWindow(lHwnd)
SHFullScreen(lHwnd, SHFS_HIDETASKBAR)

so no taskbar is visible.
It worked in my last version over OpenNetCF 1.2 by using
OpenNetCF.Notification class.
In new OpenNETCF 2.0 this class disappered so I am standing before problem:
to use only CF2.0

:(

Thx for yours opinions

kp
 
Hi Neil again.

Yes, there is some Notification class, but it is different to me needs.
For example, this class does not support HTML content against
Microsoft.WindowsCE.Forms.Notification.

thx
kp
 
Back
Top