Welcome Guest Search | Active Topics | Sign In | Register

WebView ShowDevTools not show up Options
Khoa
Posted: Sunday, September 7, 2014 11:16:34 PM
Rank: Advanced Member
Groups: Member

Joined: 9/3/2014
Posts: 68
Hi,

I would like to see the developer tool like Chrome in EO WebBrowser. I use webView.ShowDevTools(this.Handle) but no debugging window shows up. Please help me to fix that.

Thanks.
eo_support
Posted: Monday, September 8, 2014 10:08:07 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,196
Hi,

You should not use this.Handle. You need to use a handle that is specifically for your developer tools. For example, if you use Windows Forms, you can put a Panel in your form and then use that Panel's window handle.

Thanks!
Khoa
Posted: Monday, September 8, 2014 10:34:08 AM
Rank: Advanced Member
Groups: Member

Joined: 9/3/2014
Posts: 68
Assign the dev tools to a Panel handle to display instead of the form works. Thank you.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.