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.