Help With Server Side App - WinForms - Creating Jpegs
I have a winforms app that when it starts, it opens a url in a webbrowser control and takes a snapshot of that saving it to a jpeg on the server. It works great when I run the app by double clicking it, but if I fire it from my asp.net generic handler with Process.start I see the process appear in Task Manager but I do not get any images saved. Is 开发者_如何学运维is possible for me to fire a winforms app and get it operate normally from my generic handler page?
Ended up abandoning this path and using a process running on the server
精彩评论