Reputation: 163
I have a ActiveX code write by MFC ,it is c++ code to get client pc net interface information,and will exec some test like ping. Now,it should use in chrome plugin. How should i do? use npapi or ppapi ? can i use ActiveX c++ code?
Upvotes: 0
Views: 1079
Reputation: 21579
It's likely that Native Messaging in a Chrome extension is the best way to do what you are describing. There are a number of similar questions here already about getting OS information in Chrome that have more detailed answers.
Upvotes: 3