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
Post a Comment