Slion / SharpLibHid

C# HID Library using Windows Raw Input.
http://publish.slions.net/HidDemo/
58 stars 19 forks source link

Single Instance #1

Closed geovanimartinez closed 5 years ago

geovanimartinez commented 5 years ago

Allowing only a single instance of the app. If a running instance is detected (matching app GUID) then it is brought to the front.

Slion commented 5 years ago

Thanks for your contribution. However HID Demo is just a test program for the library. Being able to have several instance is needed as this is a valid use case.

geovanimartinez commented 5 years ago

I just happened to see a TODO item related to Single Instance so I thought I complete it.

Slion commented 5 years ago

I just happened to see a TODO item related to Single Instance so I thought I complete it.

Probably some left over from the project I copied that code from.