Using winform as dll in Web Application

Posted by Raja_89 under C# on 10/9/2014 | Points: 10 | Views : 1359 | Status : [Member] | Replies : 0
Hi All,

I have a winform application in c# which uses serial port and timer, perform certain operation in timer based on data received from serial port.
Is it possible to use this application as DLL in a Web Application?

My Problem:
I have to send data to the winform from web and display the winform and then after doing some operation in timer in that form, I have to come back to web with value returned from winform.
Is it possible.




Responses

(No response found.)

Login to post response