CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2014
    Posts
    1

    Any Tutorial on Windows phone 8 Task Scheduler?

    Hey guys, I wanted to know if anyone out there has a tutorial on how to create a Task Scheduler Application in Windows Mobile

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Any Tutorial on Windows phone 8 Task Scheduler?

    Use the Scheduler API as explained in this article :

    http://www.codeguru.com/win_mobile/w...tudio-2013.htm

    Now, before you crucify me for posting a link to a VB article, all the functions and methods are still 100% valid, as you'll end up dealing with JavaScript mostly

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured