Nov 24 2009

Don't use CeRunAppAtTime. Use CESetUserNotification

Category: MobileJoel Ivory Johnson @ 04:19

Some time before this holiday weekend is up I need to make an update to the code project article I wrote on Automatically Starting an Application on Windows Mobile.  For scheduled starts the article referred to CeRunAppAtTime.  But that function is deprecated and not reliable on some newer devices the function that should be used is CeSetUserNotification.  The documentation for the function can be found at the following MSDN page. http://msdn.microsoft.com/en-us/library/ms908105.aspx

Tags:

Comments are closed