Windows Server 2008 R2. I have a .Net app that I want to run from a scheduled task. What I am trying to do is display a form and copy the form image to a file and email it. This works fine from a batch file or manually starting the app. the task bombs out at
I have code in the form to save the form image, email the image and close the form. From my testing I'm guessing I can't display anything on the screen when running from a scheduled task. Is there any way around this or another method to do this?
Auguy
Sylvania/Toledo Ohio
Code:
oForm.ShowDialog()
Auguy
Sylvania/Toledo Ohio