Ok, there are many methods for interprocess communications. What is the best way to accomplish this: Call a function in BHO that is loaded in IE from external application? TECH
More details, basically I need some sort of trigger to reload settings for BHO that are stored in the registry. May be there is no need to get into COM just to open a thread in BHO and listen to some global event/broadcast message? Suggestions are welcomed, TECH "Tech" wrote in message news:OCJiF1k5IHA.3480@TK2MSFTNGP03.phx.gbl... > Ok, there are many methods for interprocess communications. What is the > best way to accomplish this: Call a function in BHO that is loaded in IE > from external application? > > TECH >
approach via IWebBrowser2:PutProperty seems to be the best choice http://blogs.msdn.com/nicd/archive/2007/04/18/calling-into-your-bho-from-a-client-script.aspx TECH http://www.tversoft.com "Tech" wrote in message news:OtvA8wl5IHA.3528@TK2MSFTNGP06.phx.gbl... > More details, basically I need some sort of trigger to reload settings for > BHO that are stored in the registry. > May be there is no need to get into COM just to open a thread in BHO and > listen to some global event/broadcast message? Suggestions are welcomed, > > TECH > > "Tech" wrote in message > news:OCJiF1k5IHA.3480@TK2MSFTNGP03.phx.gbl... >> Ok, there are many methods for interprocess communications. What is the >> best way to accomplish this: Call a function in BHO that is loaded in IE >> from external application? >> >> TECH >> > >