CefSharp implementation with CLR in VC++ application

Having problems with building or using CEF's C/C++ APIs? This forum is here to help. Please do not post bug reports or feature requests here.

CefSharp implementation with CLR in VC++ application

Postby somildwiwedi » Wed Sep 02, 2020 9:25 am

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.
somildwiwedi
Newbie
 
Posts: 3
Joined: Mon Feb 17, 2020 12:06 am

Re: CefSharp implementation with CLR in VC++ application

Postby magreenblatt » Wed Sep 02, 2020 9:29 am

This is not a CefSharp support forum. See support links at https://github.com/cefsharp/CefSharp
magreenblatt
Site Admin
 
Posts: 12382
Joined: Fri May 29, 2009 6:57 pm


Return to Support Forum

Who is online

Users browsing this forum: Google [Bot] and 30 guests

cron