Page 1 of 1

CEF and MFC integration...

PostPosted: Tue Jun 21, 2011 9:07 pm
by Farooq
Hi All,

I am developing an MFC application and to render HTML pages I am using CE framework. I am able to invoke native code from HTML page but I am so far unable to invoke methods in javascript from MFC code. If some could tell me how to do this, it will be greatly appreciated.

Farooq-

Re: CEF and MFC integration...

PostPosted: Wed Jun 22, 2011 8:19 am
by magreenblatt
Use the ExecuteJavaScript method.

Re: CEF and MFC integration...

PostPosted: Sat Jul 02, 2011 3:26 am
by Farooq
Hi Magreenblatt,

Execute ExecuteJavaScript worked for me. Thank you very much for your help.

Farooq-