Hi (I know I sound like an idiot asking this),
Is there some C++ library that is used to interact with the web browser? See, I found one that interacts with an HTTP web server, but couldn't find one for the web browser.
C++ library for interacting with web browser?
Only two types of programs operate with the web browser. Server side programs that use HTTP and plug-ins. I am assuming that you want to write a plug-in. In that case you are going to need to find the C++ API for each individual web browser that you want to interact with. Microsoft will have one for Internet Explorer and Mozilla has one for Firefox. Start looking for API/SDK there.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment