[DllImport("coredll.dll", EntryPoint="CeSetUserNotification", SetLastError=true)]
private static extern int CeSetUserNotification(int hNotification, string pwszAppName, byte[] lpTime, byte[] lpUserNotification);
Declare Function CeSetUserNotification Lib "coredll.dll" (TODO) As TODO
None.
Do you know one? Please contribute it!
Taken from openNetCF in OpenNETCF.Win32.Notify
Please add some!
Please add some!