An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
About creating virtual COM [C#]
(I'm not good at English. Please excuse my poor English.)
I created a project with "Windows Forms App".
Could you please tell me how to implement the following functions?
--------------------
Place the following two buttons.
・Virtual COM enable button
・Virtual COM disable button
[Processing when "Virtual COM enable button" is pressed.]
"Virtual COM" is added to "Ports (COM & LPT)" of "Device Manager".
This application communicates with another application connected to the "virtual CON".
[Processing when "Virtual COM disable button" is pressed.]
Remove "Virtual COM" from "Device Manager".
-------------------
Thank you.