2
@Sundar
If client donot want to view any console window to be viewed on the screen then you can go for windows form.
Because whenever a console application ran, it shows a black window which might distract the client.
For this, change your project output to 'Windows Application' instead of console application.
This will let it run on background (without UI).
Good Luck!
Accepted 1
Without console App or windows app, the system has to do automatically. I will set the time. Each day by that time, the mail should passed
1
Elaborate your word 'Machine learning' in this case.
1
Is there any possibility of implementing Machine Learning ? For this ?
1
Thank you salman
1
Here Console will never popup each time. It will run everything in background. This is the best way and as per my understanding there is no other way.
thanks.
1
My question is, is there any other way ??? The console should not pop up for each time.
1
Already You Created Console app right. So just create a Schedular and which will run in background.
thanks.
1
Actually I am using task Scheduler for this. I need a better way if any ??. Because, clients does not want to view the console popup at each interval of time. The operatoin should be done automaically in back end
1
You can either use Task Scheduler and set your interval or create a windows service.
I recommend to use Task Scheduler for this