windows - Controlling Firefox from C++ -



windows - Controlling Firefox from C++ -

i running mozilla firefox on windows 7 , able send simple commands (new tab, minimize, close tab) c++ program.

the usual question of inter-process communication, when both processes part of same user program, seems answered boost.interprocess.

but controlling gui window of exclusively independent application (mozilla)?

you can utilize spy++ debug messages each action produce, replicate messages in program.

c++ windows interprocess

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

ruby on rails - Devise Logout Error in RoR -

c# - Create a Notification Object (Email or Page) At Run Time -- Dependency Injection or Factory -