I would like one our applications to run silently, however it usually relies on user interaction to click the task you want to run etc. To complicate matters the tasks communicate with another machine asynchronously.
I got the headless part working by faking the dialogs but everything I try ends with DoModal. The app was designed around the interactivity but I now need it run without.
Any ideas?
Thanks, G.
