So i want to make a webbrowser for our project that can access, COM(serial), USB and the Bluetooth of the PC he is running, connect to a printer, then open our webpage. In the webpage i want to call a function from the winform Web Browser Control and give it some parameters. I searched on the web but i didnt found anything around this problem.
Is there a way to call a C# winforms client-side function from server-side webpage and pass some parameters ?