Page 1 of 1

CefSharp implementation with CLR in VC++ application

PostPosted: Wed Sep 02, 2020 9:25 am
by somildwiwedi
Hi
I have used Cefsharp in my vc++ application.
What I have done is, I have created a Class library and added cefsharp,cefcore as my reference in the application.
Then I call the methods from my vc++ app.
In my chld frame class I do this
CWinFormsControl<clr_cefbrowser::CefBrowserCtrl> m_CefBrowser;
void OnTitleChanged(System::Object^ sender, TitleChangedEventArgs^ e);

I am able to load the browser on my view.But I am unable to get the click events for the mouse.
What I want is to add an object on a specific location.The location will be lat/lon based.When user clicks the page he should be able to get the event.

Re: CefSharp implementation with CLR in VC++ application

PostPosted: Wed Sep 02, 2020 9:29 am
by magreenblatt
This is not a CefSharp support forum. See support links at https://github.com/cefsharp/CefSharp