C# TaskScheduler

Discussion in 'Mixed Languages' started by mephistooo2, Jun 9, 2013.

  1. mephistooo2

    mephistooo2 MDL Junior Member

    Feb 5, 2008
    69
    111
    0

    I need help for my project

    How to create multiple triggers taskscheduler with C# code?

    Thanks for helps :rolleyes:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,515
    7,171
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #3 CODYQX4, Jun 10, 2013
    Last edited: Apr 12, 2019
    .
     
  4. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,858
    2,115
    60
    Unless you spark your own tasks with WinAPI - P/Invoke

    I know a number of system tools can do this, you just need your app to record dates, times and run at startup.
     
  5. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #5 CODYQX4, Jun 10, 2013
    Last edited: Apr 12, 2019
    .