c# - How to communicate b/w chrome native messsaging app( console ) and winforms -
i have created chrome extension native app messaging. native app written in (winforms) c#. starts check on extension. need show app when user clicks on .exe file. thought create console application native messaging application. when user click on extension, console app run in background. when user clicks on .exe (winforms), winform app launch , communicate console app.
is best approach can go with? , how can found communication b/w console app , winforms?
c# winforms google-chrome-extension ipc chrome-native-messaging
No comments:
Post a Comment