Popup in a Schedular
-
Hello all, I have created an application using third party literary and also added the .exe file in scheduler that will run after every after 1 hour. But the problem is that before running the code a popup come is displayed and when i click on "OK" button in the popup then the code will start to run. When i setup a task in scheduler then no one will be there to click on "OK" button in popup and without clicking the button code will not run. Could you tell me what can do to disable the popup or any other solution? Thanks
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
-
Hello all, I have created an application using third party literary and also added the .exe file in scheduler that will run after every after 1 hour. But the problem is that before running the code a popup come is displayed and when i click on "OK" button in the popup then the code will start to run. When i setup a task in scheduler then no one will be there to click on "OK" button in popup and without clicking the button code will not run. Could you tell me what can do to disable the popup or any other solution? Thanks
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
There should be an option to execute the scheduler in SILENT mode??
Coding C# ExciteTemplate
-
There should be an option to execute the scheduler in SILENT mode??
Coding C# ExciteTemplate
Hi Means in silent mode even if i have not clicked on OK button in popup code will run? thanks
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
-
Hi Means in silent mode even if i have not clicked on OK button in popup code will run? thanks
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
Yes - Silent means it wont ask you for confirmation. Check for the option which would execute the scheduler (.exe) in Silent mode.
Coding C# ExciteTemplate