¡@

Home 

c++ Programming Glossary: execscript

How do I call eval() in IE from C++?

http://stackoverflow.com/questions/18342200/how-do-i-call-eval-in-ie-from-c

eval in IE from C With the advent of IE11 IHTMLWindow2 execScript is deprecated. The recommended approach is to use eval instead.. code into a running instance of Internet Explorer now that execScript is no longer available EDIT Any solution that will work for.. VT_BSTR MessageBoxW V_BSTR result Feels even better than execScript because it actually returns the result . It works also in C#..