Hi all.
I am required to make a program appear a registration form upon the insertion of a USB device. And this registration form is supposed to appear once, when the USB device is inserted for the first time. I am told that I am supposed to make a Windows Service connect with the WinForm program to do so.
May I know if there is any way for me to connect the Windows Service with the WinForm program?
Thanks alot in advance.